X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/d1dc77256657ba247e65aab6ef4a6a664af18dfc..12815ef098371280559b2f9f2d4c8241c4cd0f24:/src/src/exim.c 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);