From 59874f544374cf465aa97a21f10550045283918d Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Sun, 3 Feb 2002 17:18:18 +0000 Subject: [PATCH] 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 --- modules/proxy/proxy_ftp.c | 3 +++ 1 file changed, 3 insertions(+) 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: -- 2.40.0