summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-12-13 16:33:59 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-12-13 16:34:14 +0000
commit12815ef098371280559b2f9f2d4c8241c4cd0f24 (patch)
tree9487cd5e68d4edf82fcc3a8a268e0818ba4ec95d
parentd1dc77256657ba247e65aab6ef4a6a664af18dfc (diff)
Fix build on older Linux
Broken-by: 6906c131d1
-rw-r--r--src/src/exim.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/src/exim.c b/src/src/exim.c
index 8105d4ddd..477b82aa4 100644
--- a/src/src/exim.c
+++ b/src/src/exim.c
@@ -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);