summaryrefslogtreecommitdiff
path: root/lib/common
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-12-26 23:16:08 +0000
committerChris Wilson <chris+github@qwirx.com>2014-12-26 23:16:08 +0000
commit839a04cea37e9615a0753337ce44780ce84d77fe (patch)
treeb0bdeadbfa6dbd57e6fe3254d36864982bf9edcb /lib/common
parent3431957386a00b0f13875c7e0cf639bf7ba307d8 (diff)
Fix more compile errors on MinGW
Diffstat (limited to 'lib/common')
-rw-r--r--lib/common/BoxPlatform.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/common/BoxPlatform.h b/lib/common/BoxPlatform.h
index 53a967e8..06f34d5c 100644
--- a/lib/common/BoxPlatform.h
+++ b/lib/common/BoxPlatform.h
@@ -40,9 +40,12 @@
#endif
#endif
+#include "emu.h"
+
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
+
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#else
@@ -182,8 +185,6 @@
#define WIN32_LEAN_AND_MEAN
#endif
-#include "emu.h"
-
#ifdef WIN32
#define INVALID_FILE INVALID_HANDLE_VALUE
typedef HANDLE tOSFileHandle;