Update build.h

This commit is contained in:
uNetworkingAB
2022-11-02 15:11:42 +01:00
committed by GitHub
parent 0cd9fc9947
commit 624c217d34
+2 -1
View File
@@ -1,3 +1,4 @@
#define _CRT_SECURE_NO_WARNINGS
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
@@ -24,4 +25,4 @@ int run(const char *cmd, ...) {
va_end(args);
printf("--> %s\n\n", buf);
return system(buf);
}
}