summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-02-23 10:59:01 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-02-23 11:54:30 +0100
commit04fff85c760e36b473556e5e1643f38ea8c6009b (patch)
tree293370ce881c846e11af52207a24fe9a3d764701 /src/client.cpp
parent00cbc7490641a697dbedb85b3b2ff3f75893b7ff (diff)
downloadMana-04fff85c760e36b473556e5e1643f38ea8c6009b.tar.gz
Mana-04fff85c760e36b473556e5e1643f38ea8c6009b.tar.bz2
Mana-04fff85c760e36b473556e5e1643f38ea8c6009b.tar.xz
Mana-04fff85c760e36b473556e5e1643f38ea8c6009b.zip
Fixed compile on Windows
Reviewed-by: Bernd Wachter
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 1f608fa6..cf1a6496 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -86,9 +86,9 @@
#include <SDL_syswm.h>
#else
#include <cerrno>
-#include <sys/stat.h>
#endif
+#include <sys/stat.h>
#include <cassert>
/**