X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fexim.c;h=477b82aa4644ad9b5c95e835d46b71c490c11802;hb=12815ef098371280559b2f9f2d4c8241c4cd0f24;hp=8105d4dddba7584a91d6992c7105bec8aa245c2e;hpb=6906c131d1d07d07831f8fbabae6290a3cba6ca3;p=user%2Fhenk%2Fcode%2Fexim.git 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);