summaryrefslogtreecommitdiff
path: root/include/ap_expr.h
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2008-03-29 22:25:07 +0000
committerRuediger Pluem <rpluem@apache.org>2008-03-29 22:25:07 +0000
commitdd2aa046262b538201bec6faed4ce2d25c787450 (patch)
tree5a319cd033cf0fd3f5f5cb5f95532f9ce052a243 /include/ap_expr.h
parent6df04a66fa76c14a94b167d1bc5e2da202dd6c03 (diff)
downloadhttpd-dd2aa046262b538201bec6faed4ce2d25c787450.tar.gz
* 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
Diffstat (limited to 'include/ap_expr.h')
-rw-r--r--include/ap_expr.h2
1 files changed, 2 insertions, 0 deletions
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,