Fix build on older Linux
[users/jgh/exim.git] / src / src / exim.c
index 8105d4dddba7584a91d6992c7105bec8aa245c2e..477b82aa4644ad9b5c95e835d46b71c490c11802 100644 (file)
@@ -23,6 +23,10 @@ Also a few functions that don't naturally fit elsewhere. */
 # endif
 #endif
 
+#ifndef _TIME_H
+# include <time.h>
+#endif
+
 extern void init_lookup_list(void);