Gitweb:
https://git.exim.org/exim.git/commitdiff/12815ef098371280559b2f9f2d4c8241c4cd0f24
Commit: 12815ef098371280559b2f9f2d4c8241c4cd0f24
Parent: d1dc77256657ba247e65aab6ef4a6a664af18dfc
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Fri Dec 13 16:33:59 2019 +0000
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Fri Dec 13 16:34:14 2019 +0000
Fix build on older Linux
Broken-by: 6906c131d1
---
src/src/exim.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/src/exim.c b/src/src/exim.c
index 8105d4d..477b82a 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);