From a269d312dae19bfc902c3f24d46e76799c3782f4 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 29 Sep 2000 20:14:57 +0000 Subject: [PATCH] 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. --- e_os.h | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.25.1