X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Froutines.c;h=6f3cd2106b62dbf391fb2b161238b540025d284c;hb=860ea57fbd4101b7532d84a0d641a3bbe538695f;hp=2769a5b5d92e45a90f626576bc6b9f0dfbe56616;hpb=3bf69f51e36fa978d6c9d70068080d32b5e159b1;p=citadel.git diff --git a/citadel/routines.c b/citadel/routines.c index 2769a5b5d..6f3cd2106 100644 --- a/citadel/routines.c +++ b/citadel/routines.c @@ -18,7 +18,18 @@ #include #include #include -#include + +#if TIME_WITH_SYS_TIME +# include +# include +#else +# if HAVE_SYS_TIME_H +# include +# else +# include +# endif +#endif + #include #ifdef HAVE_UTMP_H #include