diff options
author | Jeff Trawick <trawick@apache.org> | 2000-11-14 03:30:35 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2000-11-14 03:30:35 +0100 |
commit | caa9d3d13bd7e62da60bf7d06d4fb983c3d328d6 (patch) | |
tree | 4c76171a7004bc59a97c3e40254f378df43b9922 /include/util_cfgtree.h | |
parent | Get http_core to compile again after the last change. (diff) | |
download | apache2-caa9d3d13bd7e62da60bf7d06d4fb983c3d328d6.tar.xz apache2-caa9d3d13bd7e62da60bf7d06d4fb983c3d328d6.zip |
Include ap_config.h to get the definition of AP_DECLARE_DATA.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86950 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_cfgtree.h')
-rw-r--r-- | include/util_cfgtree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/util_cfgtree.h b/include/util_cfgtree.h index 1bb54bd0ed..30a796c4f4 100644 --- a/include/util_cfgtree.h +++ b/include/util_cfgtree.h @@ -55,6 +55,8 @@ #ifndef AP_CONFTREE_H #define AP_CONFTREE_H +#include "ap_config.h" + /** * @package Config Tree Package */ |