summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-03-07 01:45:57 +0300
committerAndrei Karas <akaras@inbox.ru>2017-03-07 01:45:57 +0300
commitd2ed5ba429329d435e6d010acad3b14ae9179c7d (patch)
treeae169c2dd1b6c82cfa60b37171609e5ef383f5a0
parentce57947e4eabb11f701dc0108e4cffd352c4f4aa (diff)
downloadplus-d2ed5ba429329d435e6d010acad3b14ae9179c7d.tar.gz
plus-d2ed5ba429329d435e6d010acad3b14ae9179c7d.tar.bz2
plus-d2ed5ba429329d435e6d010acad3b14ae9179c7d.tar.xz
plus-d2ed5ba429329d435e6d010acad3b14ae9179c7d.zip
Fix dyecmd compilation with mingw.
-rw-r--r--src/dyetool/client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/client.cpp b/src/dyetool/client.cpp
index 73eb6d139..78678c3c7 100644
--- a/src/dyetool/client.cpp
+++ b/src/dyetool/client.cpp
@@ -77,6 +77,7 @@
#ifdef WIN32
#include <SDL_syswm.h>
+#include <sys/time.h>
#include "fs/specialfolder.h"
#undef ERROR
#endif // WIN32