2
0
Nicolas Cannasse 6 жил өмнө
parent
commit
73d4fb97cf
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      src/main.c

+ 1 - 0
src/main.c

@@ -31,6 +31,7 @@ typedef uchar pchar;
 #define ptoi(s)	wcstol(s,NULL,10)
 #define PSTR(x) USTR(x)
 #else
+#	include <sys/stat.h>
 typedef char pchar;
 #define pprintf printf
 #define pfopen fopen