]> granicus.if.org Git - apache/commitdiff
* For AP_MAX_REG_MATCH we need to ensure that httpd.h is there, otherwise we
authorRuediger Pluem <rpluem@apache.org>
Sat, 29 Mar 2008 22:25:07 +0000 (22:25 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 29 Mar 2008 22:25:07 +0000 (22:25 +0000)
  fail to compile exports.c

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@642629 13f79535-47bb-0310-9956-ffa450edef68

include/ap_expr.h

index cccf42f092a2efafedccb83f7142211658c22588..bb26d2ac780a578cfa51df852e26c78839d820c0 100644 (file)
@@ -14,6 +14,8 @@
  * limitations under the License.
  */
 
+#include "httpd.h"
+
 /* conditional expression parser stuff */
 typedef enum {
     TOKEN_STRING,