1
0
Fork 0
forked from fte/fteqw

some kind of standard header for mkdir or something. mneh.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4304 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-04-08 09:45:26 +00:00
parent 5b2bd7fe87
commit 2632c351fd

View file

@ -10,6 +10,7 @@
#ifndef WIN32 #ifndef WIN32
#include <fcntl.h> #include <fcntl.h>
#include <sys/stat.h>
#else #else
#include <direct.h> #include <direct.h>
#endif #endif