From 2cb3c3b2bf7b4e56934a4065f6712e42e4f315e2 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 11 Oct 2000 09:45:30 +0000 Subject: [PATCH] Fix from main trunk, 2000-09-29 22:14 levitte: 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 0c0784f9a..4f9c983ef 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)