]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ftepp.c
Make it compile with mingw32 again
[xonotic/gmqcc.git] / ftepp.c
diff --git a/ftepp.c b/ftepp.c
index e3cbb0d2637b6c989ed96178fe18f4b4bca3b2c7..2a19130989d50fd69c4bd5c6525339383bd34930 100644 (file)
--- a/ftepp.c
+++ b/ftepp.c
  */
 #include <string.h>
 #include <stdlib.h>
+#include <sys/stat.h>
 
 #include "gmqcc.h"
 #include "lexer.h"
 #include "platform.h"
 
 #define HT_MACROS 1024
+
 typedef struct {
     bool on;
     bool was_on;