From e11d345881dc752caa1dc0c625255c75eaf9b884 Mon Sep 17 00:00:00 2001 From: Manoj Kasichainula Date: Tue, 30 Nov 1999 21:57:37 +0000 Subject: [PATCH] Add apr_thread_proc.h so it can find ap_proc_t. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84196 13f79535-47bb-0310-9956-ffa450edef68 --- include/http_log.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/http_log.h b/include/http_log.h index da7b1555e2..f503a9f826 100644 --- a/include/http_log.h +++ b/include/http_log.h @@ -62,6 +62,8 @@ extern "C" { #endif +#include "apr_thread_proc.h" + #ifdef HAVE_SYSLOG #include -- 2.50.1