]> granicus.if.org Git - apache/commitdiff
* Include http_config.h to ensure that cmd_parms is defined, otherwise
authorRuediger Pluem <rpluem@apache.org>
Fri, 4 Jul 2008 10:54:09 +0000 (10:54 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 4 Jul 2008 10:54:09 +0000 (10:54 +0000)
  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

index 867c0f8dababf0bb5bddf81e0f89276c232fffbc..16cc50306e3cf877c7bda4faea0b0448cb137593 100644 (file)
@@ -30,6 +30,7 @@
 #include "apr_optional.h"
 
 #include "httpd.h"
+#include "http_config.h"
 
 #ifdef __cplusplus
 extern "C" {