From 7a47bb5724c4676267c0e9da10a5c1724e2004ef Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 7 Aug 2002 15:37:33 +0000 Subject: 2002-08-07 Joel Sherrill * netinet/in.h: Per PR263, added include of to so it includes prototypes of ntohl() family of routines. --- cpukit/libnetworking/ChangeLog | 6 ++++++ cpukit/libnetworking/netinet/in.h | 2 ++ 2 files changed, 8 insertions(+) (limited to 'cpukit') diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog index 68beba82d7..cef3fb4135 100644 --- a/cpukit/libnetworking/ChangeLog +++ b/cpukit/libnetworking/ChangeLog @@ -1,3 +1,9 @@ +2002-08-07 Joel Sherrill + + * netinet/in.h: Per PR263, added include of + to so it includes prototypes of ntohl() family + of routines. + 2002-08-01 Joel Sherrill * machine/param.h, sys/syslimits.h: In the continued effort to diff --git a/cpukit/libnetworking/netinet/in.h b/cpukit/libnetworking/netinet/in.h index 7cc4709697..c74e469cb9 100644 --- a/cpukit/libnetworking/netinet/in.h +++ b/cpukit/libnetworking/netinet/in.h @@ -37,6 +37,8 @@ #ifndef _NETINET_IN_H_ #define _NETINET_IN_H_ +#include /* for ntohx routines */ + /* * Constants and structures defined by the internet system, * Per RFC 790, September 1981, and numerous additions. -- cgit v1.2.3