From: Justin Erenkrantz Date: Sun, 3 Feb 2002 17:18:18 +0000 (+0000) Subject: Make sure we include time.h if it is there. (Other mojo may be needed for X-Git-Tag: 2.0.32~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59874f544374cf465aa97a21f10550045283918d;p=apache Make sure we include time.h if it is there. (Other mojo may be needed for other platforms.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93201 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_ftp.c b/modules/proxy/proxy_ftp.c index 8a8439eb05..13b609fa80 100644 --- a/modules/proxy/proxy_ftp.c +++ b/modules/proxy/proxy_ftp.c @@ -59,6 +59,9 @@ /* FTP routines for Apache proxy */ #include "mod_proxy.h" +#if APR_HAVE_TIME_H +#include +#endif #define AUTODETECT_PWD /* Automatic timestamping (Last-Modified header) based on MDTM is used if: