summaryrefslogtreecommitdiff
path: root/lib/common/DebugAssertFailed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/DebugAssertFailed.cpp')
-rw-r--r--lib/common/DebugAssertFailed.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/common/DebugAssertFailed.cpp b/lib/common/DebugAssertFailed.cpp
index 2acf4602..0c5dc548 100644
--- a/lib/common/DebugAssertFailed.cpp
+++ b/lib/common/DebugAssertFailed.cpp
@@ -12,7 +12,12 @@
#include "Box.h"
#include <stdio.h>
-#include <syslog.h>
+
+#ifdef WIN32
+ #include "emu.h"
+#else
+ #include <syslog.h>
+#endif
#include "MemLeakFindOn.h"