Fix compiler errors

This commit is contained in:
2025-10-28 17:33:52 +01:00
parent c5a21608d7
commit fb8ac1d5c9
7 changed files with 22 additions and 5 deletions
+4
View File
@@ -1,3 +1,5 @@
#ifndef BUILD_LIBRARY
#include <string.h>
#include "chunk_server.h"
@@ -43,3 +45,5 @@ int main(int argc, char **argv)
}
return 0;
}
#endif // BUILD_LIBRARY