From: Bill Stoddard Date: Fri, 21 Jan 2000 19:13:24 +0000 (+0000) Subject: Let ap_config.h figure out whether netdb.h should be included or not. X-Git-Tag: 1.3.13~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0ec652922bd4ed5fdebb9d18caf88461e022e12;p=apache Let ap_config.h figure out whether netdb.h should be included or not. This fixes a compile problem on platforms that do not have netdb.h. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84506 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_uri.c b/server/util_uri.c index b4a1ffc649..afc6adbc1e 100644 --- a/server/util_uri.c +++ b/server/util_uri.c @@ -63,7 +63,7 @@ #include "http_log.h" #include "util_uri.h" #include -#include +#include "ap_config.h" /* Some WWW schemes and their default ports; this is basically /etc/services */ /* This will become global when the protocol abstraction comes */