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:
parent
03bf08c0be
commit
a963445415
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue