You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2008/04/07 11:52:29 UTC

svn commit: r645432 - /httpd/httpd/trunk/include/http_core.h

Author: pquerna
Date: Mon Apr  7 02:52:18 2008
New Revision: 645432

URL: http://svn.apache.org/viewvc?rev=645432&view=rev
Log:
Include http_config.h from http_core, since now without CORE_PRIVATE, you need
the definition for the module type.

Modified:
    httpd/httpd/trunk/include/http_core.h

Modified: httpd/httpd/trunk/include/http_core.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/http_core.h?rev=645432&r1=645431&r2=645432&view=diff
==============================================================================
--- httpd/httpd/trunk/include/http_core.h (original)
+++ httpd/httpd/trunk/include/http_core.h Mon Apr  7 02:52:18 2008
@@ -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>