]> granicus.if.org Git - apache/commitdiff
Include http_config.h from http_core, since now without CORE_PRIVATE, you need
authorPaul Querna <pquerna@apache.org>
Mon, 7 Apr 2008 09:52:18 +0000 (09:52 +0000)
committerPaul Querna <pquerna@apache.org>
Mon, 7 Apr 2008 09:52:18 +0000 (09:52 +0000)
the definition for the module type.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645432 13f79535-47bb-0310-9956-ffa450edef68

include/http_core.h

index f05cb2111228188715c3c70f3c3c21e684042a4b..a39c9a83963333ed8b9aed635662997a55b2bd06 100644 (file)
@@ -32,6 +32,8 @@
 #include "util_filter.h"
 #include "ap_expr.h"
 
+#include "http_config.h"
+
 #if APR_HAVE_STRUCT_RLIMIT
 #include <sys/time.h>
 #include <sys/resource.h>