diff options
author | Ryan Bloom <rbb@apache.org> | 2001-02-25 18:09:04 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-02-25 18:09:04 +0100 |
commit | 456137c9960f3a2ab626efde210c84e711ab221f (patch) | |
tree | 8d4cbdc4bf3cf237f51302f909289db4384e94c6 | |
parent | Add a note about the lack of threads on FreeBSD to the INSTALL file. (diff) | |
download | apache2-456137c9960f3a2ab626efde210c84e711ab221f.tar.xz apache2-456137c9960f3a2ab626efde210c84e711ab221f.zip |
Fix a compile break on OS/2, by adding apr_general.h back to httpd.h.
Submitted by: Brian Havard <brianh@kheldar.apana.org.au>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88322 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | include/httpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/httpd.h b/include/httpd.h index 0a1f8f6b86..de4d882cc2 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" |