summaryrefslogtreecommitdiffstats
path: root/src/Globals.h
diff options
context:
space:
mode:
authorworktycho <work.tycho@gmail.com>2015-06-05 23:33:49 +0200
committerworktycho <work.tycho@gmail.com>2015-06-05 23:33:49 +0200
commit54c1926a3a79407a87fc0afe6963aeb26d149a7b (patch)
tree11aea958ecef35fcb5be5b107bcc504d59be5ae8 /src/Globals.h
parentMerge pull request #2206 from mc-server/APIDumpTimeStamp (diff)
parentDaemon support on Linux. (diff)
downloadcuberite-54c1926a3a79407a87fc0afe6963aeb26d149a7b.tar
cuberite-54c1926a3a79407a87fc0afe6963aeb26d149a7b.tar.gz
cuberite-54c1926a3a79407a87fc0afe6963aeb26d149a7b.tar.bz2
cuberite-54c1926a3a79407a87fc0afe6963aeb26d149a7b.tar.lz
cuberite-54c1926a3a79407a87fc0afe6963aeb26d149a7b.tar.xz
cuberite-54c1926a3a79407a87fc0afe6963aeb26d149a7b.tar.zst
cuberite-54c1926a3a79407a87fc0afe6963aeb26d149a7b.zip
Diffstat (limited to 'src/Globals.h')
-rw-r--r--src/Globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Globals.h b/src/Globals.h
index e7b7fdcac..4c9091e85 100644
--- a/src/Globals.h
+++ b/src/Globals.h
@@ -221,6 +221,7 @@ template class SizeChecker<UInt8, 1>;
#include <semaphore.h>
#include <errno.h>
#include <fcntl.h>
+ #include <unistd.h>
#endif
#if defined(ANDROID_NDK)