summaryrefslogtreecommitdiff
path: root/src/log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.cpp')
-rw-r--r--src/log.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/log.cpp b/src/log.cpp
index 224736bd..e0825ebc 100644
--- a/src/log.cpp
+++ b/src/log.cpp
@@ -21,13 +21,11 @@
#include "log.h"
-#ifdef WIN32
-#include "utils/wingettimeofday.h"
-#else
#include <sys/time.h>
-#endif
-#ifdef __APPLE__
+#ifdef WIN32
+#include <windows.h>
+#elif __APPLE__
#include <Carbon/Carbon.h>
#endif