From: William A. Rowe Jr Date: Wed, 5 Jan 2005 21:38:00 +0000 (+0000) Subject: The right set of headers to obtain the pre_connection hook. X-Git-Tag: 2.1.3~183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=160da6635996ebdc880b1836b0650b918ecaf946;p=apache The right set of headers to obtain the pre_connection hook. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124280 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/debug/mod_dumpio.c b/modules/debug/mod_dumpio.c index 03fa026af5..7af9bbefb2 100644 --- a/modules/debug/mod_dumpio.c +++ b/modules/debug/mod_dumpio.c @@ -26,10 +26,11 @@ */ -#include -#include -#include -#include +#include "httpd.h" +#include "http_connection.h" +#include "http_config.h" +#include "http_core.h" +#include "http_log.h" module AP_MODULE_DECLARE_DATA dumpio_module ;