X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcommands.c;h=f10b1aa213a4119b653503c1b509fbe93e1ecb33;hb=860ea57fbd4101b7532d84a0d641a3bbe538695f;hp=c9eca3ac78bc78c873b3c485e5198895747d22c8;hpb=3bf69f51e36fa978d6c9d70068080d32b5e159b1;p=citadel.git diff --git a/citadel/commands.c b/citadel/commands.c index c9eca3ac7..f10b1aa21 100644 --- a/citadel/commands.c +++ b/citadel/commands.c @@ -14,7 +14,17 @@ #include #include #include -#include + +#if TIME_WITH_SYS_TIME +# include +# include +#else +# if HAVE_SYS_TIME_H +# include +# else +# include +# endif +#endif #ifdef HAVE_TERMIOS_H #include