From: Richard Levitte Date: Fri, 29 Sep 2000 20:14:57 +0000 (+0000) Subject: Include arpa/inet.h, since that's where htons() and friends are X-Git-Tag: OpenSSL_0_9_6~1^2~14 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=a269d312dae19bfc902c3f24d46e76799c3782f4 Include arpa/inet.h, since that's where htons() and friends are supposed to be defined according to XPG4.2. Found by Evan for the MVS platform. --- diff --git a/e_os.h b/e_os.h index 0c0784f9a9..4f9c983ef1 100644 --- a/e_os.h +++ b/e_os.h @@ -355,12 +355,14 @@ extern HINSTANCE _hInstance; # if defined(VMS) && !defined(__DECC) # include # include +# include # else # include # ifdef FILIO_H # include /* Added for FIONBIO under unixware */ # endif # include +# include # endif # if defined(NeXT) || defined(_NEXT_SOURCE)