From: William A. Rowe Jr Date: Tue, 9 Feb 2010 01:58:28 +0000 (+0000) Subject: missing prototype - compile before committing please X-Git-Tag: 2.3.6~502 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=379528fdd635feaf0dd53c22602eb5b62fa52de8;p=thirdparty%2Fapache%2Fhttpd.git missing prototype - compile before committing please git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@907879 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/debugging/mod_dumpio.c b/modules/debugging/mod_dumpio.c index 65089669413..04ccde01b34 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 ;