diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2010-02-09 01:58:28 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2010-02-09 01:58:28 +0000 |
commit | 379528fdd635feaf0dd53c22602eb5b62fa52de8 (patch) | |
tree | 22398f9210714ba30e2cfa772441d601ca4e9076 /modules/debugging | |
parent | aecc198b9367e37557dc1b6b88d0d4748e26ae7a (diff) | |
download | httpd-379528fdd635feaf0dd53c22602eb5b62fa52de8.tar.gz |
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.c | 1 |
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 ; |