From e0ec652922bd4ed5fdebb9d18caf88461e022e12 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Fri, 21 Jan 2000 19:13:24 +0000 Subject: [PATCH] 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 --- server/util_uri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.40.0