X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fsysdep.c;fp=webcit%2Fsysdep.c;h=fb34a4cef9d04b7c748f286412cb5d539e17108e;hp=44878c757ecd54e6f89b35098bdf115ef0016c10;hb=ccfce1854b9c2547d9b87ce07185d68b0df76d9e;hpb=ebc64e2caae8740dd047e5317de2172eb3f44fc3 diff --git a/webcit/sysdep.c b/webcit/sysdep.c index 44878c757..fb34a4cef 100644 --- a/webcit/sysdep.c +++ b/webcit/sysdep.c @@ -1,7 +1,7 @@ /* * WebCit "system dependent" code. * - * Copyright (c) 1996-2014 by the citadel.org team + * Copyright (c) 1996-2012 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 3. @@ -25,7 +25,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