diff options
author | Ruediger Pluem <rpluem@apache.org> | 2008-07-04 12:54:09 +0200 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2008-07-04 12:54:09 +0200 |
commit | dcc70f6bbbea154c39921fe68b04bfc04fd858a2 (patch) | |
tree | e6c9fbb0d9b819c5c8f40b56e7089b3d70f17b27 /include/mod_auth.h | |
parent | update Japanese translations. (diff) | |
download | apache2-dcc70f6bbbea154c39921fe68b04bfc04fd858a2.tar.xz apache2-dcc70f6bbbea154c39921fe68b04bfc04fd858a2.zip |
* 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
Diffstat (limited to 'include/mod_auth.h')
-rw-r--r-- | include/mod_auth.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" { |