From: Ruediger Pluem Date: Sat, 29 Mar 2008 22:25:07 +0000 (+0000) Subject: * For AP_MAX_REG_MATCH we need to ensure that httpd.h is there, otherwise we X-Git-Tag: 2.3.0~842 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd2aa046262b538201bec6faed4ce2d25c787450;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- diff --git a/include/ap_expr.h b/include/ap_expr.h index cccf42f092a..bb26d2ac780 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,