From 734cdc9e687d116604e5ca2e8a39d5aec5ec6e45 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sun, 17 Mar 2002 12:40:16 +0000 Subject: [PATCH] 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 --- server/log.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.50.1