posix continues to confuse me.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3558 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2010-07-18 12:14:36 +00:00
parent 03bf08c0be
commit a963445415

View file

@ -3,7 +3,9 @@
#define PROGSUSED
#include "qcc.h"
#include <sys/stat.h>
int mkdir(const char *path);
#ifdef _WIN32
#include <direct.h>
#endif
char QCC_copyright[1024];
int QCC_packid;