From: Ryan Bloom Date: Sun, 25 Feb 2001 17:09:04 +0000 (+0000) Subject: Fix a compile break on OS/2, by adding apr_general.h back to httpd.h. X-Git-Tag: 2.0.13~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=456137c9960f3a2ab626efde210c84e711ab221f;p=thirdparty%2Fapache%2Fhttpd.git Fix a compile break on OS/2, by adding apr_general.h back to httpd.h. Submitted by: Brian Havard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88322 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index 0a1f8f6b869..de4d882cc26 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -78,6 +78,7 @@ #include "ap_release.h" #include "os.h" +#include "apr_general.h" #include "apr_tables.h" #include "apr_pools.h" #include "apr_time.h"