summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2009-03-21 20:48:37 +0000
committerChris Wilson <chris+github@qwirx.com>2009-03-21 20:48:37 +0000
commitcaba4a19333667d0bd39188085e989139ba10d56 (patch)
tree86df3425c251202795bcdbc966d8e6ffed7cee9b
parent4d33206efeeacf0a20d6daabb0f5bcfa6da78a39 (diff)
Include emu.h on all platforms to support EMU_*_STAT.
-rw-r--r--lib/common/BoxPlatform.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common/BoxPlatform.h b/lib/common/BoxPlatform.h
index 01bdbcf1..c625a7c7 100644
--- a/lib/common/BoxPlatform.h
+++ b/lib/common/BoxPlatform.h
@@ -172,9 +172,10 @@
#ifdef WIN32
#define WIN32_LEAN_AND_MEAN
- #include "emu.h"
#endif
+#include "emu.h"
+
// Solaris has no dirfd(x) macro or function, and we need one for
// intercept tests. We cannot define macros with arguments directly
// using AC_DEFINE, so do it here instead of in configure.ac.