You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2005/01/05 22:38:01 UTC

svn commit: r124280 - /httpd/httpd/trunk/modules/debug/mod_dumpio.c

Author: wrowe
Date: Wed Jan  5 13:38:00 2005
New Revision: 124280

URL: http://svn.apache.org/viewcvs?view=rev&rev=124280
Log:

  The right set of headers to obtain the pre_connection hook.
Modified:
   httpd/httpd/trunk/modules/debug/mod_dumpio.c

Modified: httpd/httpd/trunk/modules/debug/mod_dumpio.c
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/debug/mod_dumpio.c?view=diff&rev=124280&p1=httpd/httpd/trunk/modules/debug/mod_dumpio.c&r1=124279&p2=httpd/httpd/trunk/modules/debug/mod_dumpio.c&r2=124280
==============================================================================
--- httpd/httpd/trunk/modules/debug/mod_dumpio.c	(original)
+++ httpd/httpd/trunk/modules/debug/mod_dumpio.c	Wed Jan  5 13:38:00 2005
@@ -26,10 +26,11 @@
  */
 
 
-#include <httpd.h>
-#include <http_config.h>
-#include <http_core.h>
-#include <http_log.h>
+#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 ;