Obsolete sys/time.h and HAVE_TIME_WITH_SYS_TIME
[citadel.git] / citadel / server / threads.h
index 0e28333eeb3dedf90d3593bdf84f7b07b67ba44e..6441c8552dfbf00bb4c1bc96791bece24e483401 100644 (file)
@@ -8,7 +8,7 @@
 #include <pthread.h>
 #endif
 
-#include <sys/time.h>
+#include <time.h>
 #include <string.h>
 #include "server.h"
 #include "sysdep_decls.h"