Include the proper header file (under X/Open, at least) for ntohs() in

a couple of modules.  This lets us link-edit successfully again on OS/390.
(OS/390 only has the macro form of these functions.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85580 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2000-06-15 13:42:01 +00:00
parent f2354c846f
commit e38702601d
2 changed files with 6 additions and 0 deletions

View File

@ -74,6 +74,9 @@
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#ifdef OS2
#define INCL_DOS