From: Jeremy Harris Date: Fri, 13 Dec 2019 16:33:59 +0000 (+0000) Subject: Fix build on older Linux X-Git-Url: https://git.exim.org/users/jgh/exim.git/commitdiff_plain/12815ef098371280559b2f9f2d4c8241c4cd0f24 Fix build on older Linux Broken-by: 6906c131d1 --- 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 +#endif + extern void init_lookup_list(void);