forked from github/server
compilation fix for gcc C99
This commit is contained in:
parent
8987d01214
commit
413edd9be6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue