瀏覽代碼

fixed missing sys/stat.h

Nicolas Cannasse 6 年之前
父節點
當前提交
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