]> granicus.if.org Git - apache/commitdiff
OS/390 needs arpa/inet.h for htonl().
authorJeff Trawick <trawick@apache.org>
Sat, 24 Jun 2000 02:01:28 +0000 (02:01 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 24 Jun 2000 02:01:28 +0000 (02:01 +0000)
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

index 1d2f58fa839555832eca6804c3729ed3feca158d..fae6451c8beea51e79c180dcd9c548be1c3aee32 100644 (file)
@@ -84,6 +84,9 @@
 #include "http_main.h"
 #include "http_vhost.h"
 #include "util_cfgtree.h"
+#ifdef HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
 
 API_VAR_EXPORT const char *ap_server_argv0;