From dd2aa046262b538201bec6faed4ce2d25c787450 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Sat, 29 Mar 2008 22:25:07 +0000 Subject: [PATCH] * For AP_MAX_REG_MATCH we need to ensure that httpd.h is there, otherwise we 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ap_expr.h b/include/ap_expr.h index cccf42f092..bb26d2ac78 100644 --- a/include/ap_expr.h +++ b/include/ap_expr.h @@ -14,6 +14,8 @@ * limitations under the License. */ +#include "httpd.h" + /* conditional expression parser stuff */ typedef enum { TOKEN_STRING, -- 2.40.0