diff options
Diffstat (limited to 'src/log.cpp')
-rw-r--r-- | src/log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.cpp b/src/log.cpp index 97d8e460..63a34776 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -27,7 +27,7 @@ #include <sys/time.h> #ifdef WIN32 -#include <winuser.h> +#include <windows.h> #elif __APPLE__ #include <Carbon/Carbon.h> #endif |