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
1 changed files with 1 additions and 0 deletions

View File

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