From: Ruediger Pluem Date: Fri, 4 Jul 2008 10:54:09 +0000 (+0000) Subject: * Include http_config.h to ensure that cmd_parms is defined, otherwise X-Git-Tag: 2.3.0~441 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcc70f6bbbea154c39921fe68b04bfc04fd858a2;p=thirdparty%2Fapache%2Fhttpd.git * Include http_config.h to ensure that cmd_parms is defined, otherwise e.g. the perl test framework breaks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@673999 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/mod_auth.h b/include/mod_auth.h index 867c0f8daba..16cc50306e3 100644 --- a/include/mod_auth.h +++ b/include/mod_auth.h @@ -30,6 +30,7 @@ #include "apr_optional.h" #include "httpd.h" +#include "http_config.h" #ifdef __cplusplus extern "C" {