From: Jeff Trawick Date: Sun, 17 Mar 2002 12:40:16 +0000 (+0000) Subject: get the prototype for ap_recent_ctime() X-Git-Tag: CHANGES~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aea2e8d7346c10dc77a39ab50e4572752e702ca;p=thirdparty%2Fapache%2Fhttpd.git get the prototype for ap_recent_ctime() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93980 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/log.c b/server/log.c index 2e9488c7cd1..67cadef33da 100644 --- a/server/log.c +++ b/server/log.c @@ -90,6 +90,7 @@ #include "http_core.h" #include "http_log.h" #include "http_main.h" +#include "util_time.h" typedef struct { char *t_name;