1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-30 20:03:10 +03:00

missing prototype - compile before committing please

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@907879 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2010-02-09 01:58:28 +00:00
parent aecc198b93
commit 379528fdd6

View 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 ;