manoj 99/11/30 13:57:45
Modified: src/include http_log.h Log: Add apr_thread_proc.h so it can find ap_proc_t. Revision Changes Path 1.8 +2 -0 apache-2.0/src/include/http_log.h Index: http_log.h =================================================================== RCS file: /home/cvs/apache-2.0/src/include/http_log.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -u -r1.7 -r1.8 --- http_log.h 1999/11/18 23:06:59 1.7 +++ http_log.h 1999/11/30 21:57:37 1.8 @@ -62,6 +62,8 @@ extern "C" { #endif +#include "apr_thread_proc.h" + #ifdef HAVE_SYSLOG #include <syslog.h>