From: Jeff Trawick Date: Sun, 17 Mar 2002 12:40:16 +0000 (+0000) Subject: get the prototype for ap_recent_ctime() X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=734cdc9e687d116604e5ca2e8a39d5aec5ec6e45;p=apache 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 2e9488c7cd..67cadef33d 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;