From: Jeff Trawick Date: Sat, 24 Jun 2000 02:01:28 +0000 (+0000) Subject: OS/390 needs arpa/inet.h for htonl(). X-Git-Tag: APACHE_2_0_ALPHA_5~255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de5c9c1eda39049c41d35363f7a84f0a9f03a894;p=apache 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 --- 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;