diff options
| author | Ruediger Pluem <rpluem@apache.org> | 2008-03-29 22:25:07 +0000 |
|---|---|---|
| committer | Ruediger Pluem <rpluem@apache.org> | 2008-03-29 22:25:07 +0000 |
| commit | dd2aa046262b538201bec6faed4ce2d25c787450 (patch) | |
| tree | 5a319cd033cf0fd3f5f5cb5f95532f9ce052a243 /include/ap_expr.h | |
| parent | 6df04a66fa76c14a94b167d1bc5e2da202dd6c03 (diff) | |
| download | httpd-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.h | 2 |
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, |
