From dcc70f6bbbea154c39921fe68b04bfc04fd858a2 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Fri, 4 Jul 2008 10:54:09 +0000 Subject: [PATCH] * 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 --- include/mod_auth.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mod_auth.h b/include/mod_auth.h index 867c0f8dab..16cc50306e 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" { -- 2.40.0