diff options
author | Ryan Bloom <rbb@apache.org> | 2000-06-12 21:47:17 +0000 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-06-12 21:47:17 +0000 |
commit | 580852da857f4b3626d0a4dbbfb942a65b2c0fe6 (patch) | |
tree | 46e18489ccac089d74f7b9ffef1defd601a9562f /support/logresolve.c | |
parent | db096af6a549cb986640071e44cc07eaf275c941 (diff) | |
download | httpd-580852da857f4b3626d0a4dbbfb942a65b2c0fe6.tar.gz |
Clean up a big chunk of ap_config.h. This basically stops ap_config.h from
including any files. Because of this change, other files must include
their own headers. I also cleaned up a couple of other bugs in some
modules because I had to compile them all.
I expect this to break multiple platforms, but this will be fixed over time.
The massive configure cleanup is almost done. I will go through the files
one more time after this commit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85553 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/logresolve.c')
-rw-r--r-- | support/logresolve.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/logresolve.c b/support/logresolve.c index c9f8ca2ccf..78aa64a8ee 100644 --- a/support/logresolve.c +++ b/support/logresolve.c @@ -42,6 +42,7 @@ #include "ap_config.h" #include <ctype.h> #include <stdio.h> +#include <netdb.h> #if !defined(MPE) && !defined(BEOS) && !defined(WIN32) #include <arpa/inet.h> |