diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-07 01:45:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-07 01:45:57 +0300 |
commit | d2ed5ba429329d435e6d010acad3b14ae9179c7d (patch) | |
tree | ae169c2dd1b6c82cfa60b37171609e5ef383f5a0 /src | |
parent | ce57947e4eabb11f701dc0108e4cffd352c4f4aa (diff) | |
download | plus-d2ed5ba429329d435e6d010acad3b14ae9179c7d.tar.gz plus-d2ed5ba429329d435e6d010acad3b14ae9179c7d.tar.bz2 plus-d2ed5ba429329d435e6d010acad3b14ae9179c7d.tar.xz plus-d2ed5ba429329d435e6d010acad3b14ae9179c7d.zip |
Fix dyecmd compilation with mingw.
Diffstat (limited to 'src')
-rw-r--r-- | src/dyetool/client.cpp | 1 |
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 |