X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Faidepost.c;h=0ed777b66f457ef428de76c2a86f84248f69eca7;hb=860ea57fbd4101b7532d84a0d641a3bbe538695f;hp=81fbe7784328ba00395118745f36c518d3591777;hpb=3bf69f51e36fa978d6c9d70068080d32b5e159b1;p=citadel.git diff --git a/citadel/aidepost.c b/citadel/aidepost.c index 81fbe7784..0ed777b66 100644 --- a/citadel/aidepost.c +++ b/citadel/aidepost.c @@ -7,7 +7,18 @@ #include #include #include -#include + +#if TIME_WITH_SYS_TIME +# include +# include +#else +# if HAVE_SYS_TIME_H +# include +# else +# include +# endif +#endif + #include #include #include