compilation fix for gcc C99

This commit is contained in:
Enno Rehling 2012-06-24 06:56:42 +02:00
parent 8987d01214
commit 413edd9be6
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#if defined(WIN32)
#include <direct.h>
#else /* WIN32 */
#include <sys/types.h>
#include <sys/stat.h>
#endif /* WIN32 */
int os_mkdir(const char *path, int mode)