Commit 3c783a84 authored by Ian Craggs's avatar Ian Craggs

Add one more WIN64 conditional compilation exclusion

parent 2380b26d
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#define _GNU_SOURCE /* for pthread_mutexattr_settype */ #define _GNU_SOURCE /* for pthread_mutexattr_settype */
#include <stdlib.h> #include <stdlib.h>
#if !defined(WIN32) #if !defined(WIN32) && !defined(WIN64)
#include <sys/time.h> #include <sys/time.h>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment