summaryrefslogtreecommitdiffstats
path: root/modules/debugging
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2010-02-09 02:58:28 +0100
committerWilliam A. Rowe Jr <wrowe@apache.org>2010-02-09 02:58:28 +0100
commit379528fdd635feaf0dd53c22602eb5b62fa52de8 (patch)
tree22398f9210714ba30e2cfa772441d601ca4e9076 /modules/debugging
parentchange the preprocessor define ap_accept_mutex_type to upper case (diff)
downloadapache2-379528fdd635feaf0dd53c22602eb5b62fa52de8.tar.xz
apache2-379528fdd635feaf0dd53c22602eb5b62fa52de8.zip
missing prototype - compile before committing please
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@907879 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/debugging')
-rw-r--r--modules/debugging/mod_dumpio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/debugging/mod_dumpio.c b/modules/debugging/mod_dumpio.c
index 6508966941..04ccde01b3 100644
--- a/modules/debugging/mod_dumpio.c
+++ b/modules/debugging/mod_dumpio.c
@@ -32,6 +32,7 @@
#include "http_config.h"
#include "http_core.h"
#include "http_log.h"
+#include "apr_strings.h"
module AP_MODULE_DECLARE_DATA dumpio_module ;