Commit 82d6a506 authored by Christophe Mutricy's avatar Christophe Mutricy

Compile fix. In mingw32 there is a sys/time.h with struct timeval. Someone...

Compile fix. In mingw32 there is a sys/time.h with struct timeval. Someone under cygwin should test.
parent d1093a8d
......@@ -51,7 +51,8 @@
#if defined( WIN32 ) || defined( UNDER_CE )
# include <windows.h>
#else
#endif
#if defined(HAVE_SYS_TIME_H)
# include <sys/time.h>
#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