]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
missing prototype - compile before committing please
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 9 Feb 2010 01:58:28 +0000 (01:58 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 9 Feb 2010 01:58:28 +0000 (01:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@907879 13f79535-47bb-0310-9956-ffa450edef68

modules/debugging/mod_dumpio.c

index 65089669413a264943cd08b0099fd6b8ed549b95..04ccde01b346ba93d4bb4435e17c083911c9d1c9 100644 (file)
@@ -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 ;