Fix build on older Linux
authorJeremy Harris <jgh146exb@wizmail.org>
Fri, 13 Dec 2019 16:33:59 +0000 (16:33 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Fri, 13 Dec 2019 16:34:14 +0000 (16:34 +0000)
Broken-by: 6906c131d1
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);