From de5c9c1eda39049c41d35363f7a84f0a9f03a894 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 24 Jun 2000 02:01:28 +0000 Subject: [PATCH] OS/390 needs arpa/inet.h for htonl(). Submitted by: Greg Ames git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85681 13f79535-47bb-0310-9956-ffa450edef68 --- server/config.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/config.c b/server/config.c index 1d2f58fa83..fae6451c8b 100644 --- a/server/config.c +++ b/server/config.c @@ -84,6 +84,9 @@ #include "http_main.h" #include "http_vhost.h" #include "util_cfgtree.h" +#ifdef HAVE_ARPA_INET_H +#include +#endif API_VAR_EXPORT const char *ap_server_argv0; -- 2.40.0