summaryrefslogtreecommitdiffstats
path: root/matchblox/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/main.cpp')
-rw-r--r--matchblox/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/matchblox/main.cpp b/matchblox/main.cpp
index 310df03..ce16470 100644
--- a/matchblox/main.cpp
+++ b/matchblox/main.cpp
@@ -1,9 +1,11 @@
#ifdef G_OS_WIN32
#define WIN32_LEAN_AND_MEAN 1
#include <windows.h>
+ #define sleep Sleep
#else
#define FALSE 0
#define TRUE !FALSE
+ #include <unistd.h>
#endif
#include <GL/glew.h>