From 160da6635996ebdc880b1836b0650b918ecaf946 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 5 Jan 2005 21:38:00 +0000 Subject: [PATCH] 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 --- modules/debug/mod_dumpio.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 ; -- 2.40.0