summaryrefslogtreecommitdiff
path: root/src/log.cpp
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-11-27 10:04:18 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-11-27 10:04:18 +0000
commitea8e7bbc4a65ab693e1a4c5e877fbd461e0a49bc (patch)
treec7638d2ecd62c1b0ba7fb69805dd7a9a6b72373a /src/log.cpp
parenta8a90f2df98e13971566af63567e31da4666b1c9 (diff)
downloadmana-client-ea8e7bbc4a65ab693e1a4c5e877fbd461e0a49bc.tar.gz
mana-client-ea8e7bbc4a65ab693e1a4c5e877fbd461e0a49bc.tar.bz2
mana-client-ea8e7bbc4a65ab693e1a4c5e877fbd461e0a49bc.tar.xz
mana-client-ea8e7bbc4a65ab693e1a4c5e877fbd461e0a49bc.zip
Added implementation of gettimeofday() for windows machines.
Diffstat (limited to 'src/log.cpp')
-rw-r--r--src/log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.cpp b/src/log.cpp
index 347fd416..cbcb4c74 100644
--- a/src/log.cpp
+++ b/src/log.cpp
@@ -21,7 +21,7 @@
#include "log.h"
#ifdef WIN32
-#include <windows.h>
+#include "utils/wingettimeofday.h"
#endif
#ifdef __APPLE__
#include <Carbon/Carbon.h>