summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common/DebugPrintf.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/common/DebugPrintf.cpp b/lib/common/DebugPrintf.cpp
index 14cd3534..8d75f458 100644
--- a/lib/common/DebugPrintf.cpp
+++ b/lib/common/DebugPrintf.cpp
@@ -14,6 +14,12 @@
#include <stdio.h>
#include <stdarg.h>
+#ifdef WIN32
+ #include "emu.h"
+#else
+ #include <syslog.h>
+#endif
+
#include "MemLeakFindOn.h"
// Use this apparently superflous printf function to avoid having to