git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1dc772
)
Fix build on older Linux
author
Jeremy Harris
<jgh146exb@wizmail.org>
Fri, 13 Dec 2019 16:33:59 +0000
(16:33 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Fri, 13 Dec 2019 16:34:14 +0000
(16:34 +0000)
Broken-by: 6906c131d1
src/src/exim.c
patch
|
blob
|
history
diff --git
a/src/src/exim.c
b/src/src/exim.c
index 8105d4dddba7584a91d6992c7105bec8aa245c2e..477b82aa4644ad9b5c95e835d46b71c490c11802 100644
(file)
--- 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);