diff --git a/src/main.c b/src/main.c index 85f3b31637d0478c984ab22ecbeee6e701faef20..80faf9a99ffec3d18a33d9b80bc482943ed401b0 100644 --- a/src/main.c +++ b/src/main.c @@ -50,6 +50,10 @@ #include #endif +#ifdef HAVE_SYS_TIME_H +#include +#endif + #include "version.h" #ifdef HAVE_IO_H /* typical win32 habit */