Where gettimeofday() is required, include both time.h and sys/time.h
[citadel.git] / citadel / server / modules / imap / serv_imap.c
index 5fc769652bbeb33746d51198fa4ae2522af66514..d55971bb5f76de414b88cd4122b3bf9ad3ea2d8a 100644 (file)
@@ -15,6 +15,7 @@
 #include <errno.h>
 #include <sys/types.h>
 #include <time.h>
+#include <sys/time.h>
 #include <sys/wait.h>
 #include <ctype.h>
 #include <string.h>