getting stuff working on windows again
[vg.git] / vg_platform.h
index 1f388988b2f7e101175d3a0a4d01670a4b4c5a4a..2ebc506ea032249a1985507afe4cbd19ba029b0c 100644 (file)
@@ -40,12 +40,16 @@ struct vg_achievement
 #define VG_MUST_USE_RESULT __attribute__((warn_unused_result))
 
 #include <stdio.h>
-#include <dirent.h>
 #include <string.h>
 #include <stdarg.h>
 #include <ctype.h>
 #include <math.h>
 #include <assert.h>
+#include <setjmp.h>
+#include <sys/time.h>
+#include <math.h>
+#include <stdio.h>
+#include <errno.h>
 
 enum strncpy_behaviour{
    k_strncpy_always_add_null = 0,