diff options
author | madmaxoft <github@xoft.cz> | 2013-10-09 09:38:47 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-10-09 09:38:47 +0200 |
commit | 2ff882f239f065585ad1b02f12b191bf99dd6626 (patch) | |
tree | a1d41562a820d965765b3ef22a0a892097fe27e7 /source/Globals.h | |
parent | Fixed warning in cFireSimulator. (diff) | |
download | cuberite-2ff882f239f065585ad1b02f12b191bf99dd6626.tar cuberite-2ff882f239f065585ad1b02f12b191bf99dd6626.tar.gz cuberite-2ff882f239f065585ad1b02f12b191bf99dd6626.tar.bz2 cuberite-2ff882f239f065585ad1b02f12b191bf99dd6626.tar.lz cuberite-2ff882f239f065585ad1b02f12b191bf99dd6626.tar.xz cuberite-2ff882f239f065585ad1b02f12b191bf99dd6626.tar.zst cuberite-2ff882f239f065585ad1b02f12b191bf99dd6626.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Globals.h b/source/Globals.h index 150051de0..1e531f7f3 100644 --- a/source/Globals.h +++ b/source/Globals.h @@ -109,7 +109,6 @@ typedef unsigned short UInt16; #endif // GetFreeSpace #else #include <sys/types.h> - #include <sys/stat.h> // for mkdir #include <sys/time.h> #include <sys/socket.h> #include <netinet/in.h> @@ -142,6 +141,7 @@ typedef unsigned short UInt16; // CRT stuff: +#include <sys/stat.h> #include <assert.h> #include <stdio.h> #include <math.h> |