2002-08-07 Joel Sherrill <joel@OARcorp.com>

* netinet/in.h: Per PR263, added include of <machine/endian.h>
	to <netinet/in.h> so it includes prototypes of ntohl() family
	of routines.
This commit is contained in:
Joel Sherrill
2002-08-07 15:37:33 +00:00
parent 41c4785ba6
commit 7a47bb5724
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2002-08-07 Joel Sherrill <joel@OARcorp.com>
* netinet/in.h: Per PR263, added include of <machine/endian.h>
to <netinet/in.h> so it includes prototypes of ntohl() family
of routines.
2002-08-01 Joel Sherrill <joel@OARcorp.com>
* machine/param.h, sys/syslimits.h: In the continued effort to

View File

@@ -37,6 +37,8 @@
#ifndef _NETINET_IN_H_
#define _NETINET_IN_H_
#include <machine/endian.h> /* for ntohx routines */
/*
* Constants and structures defined by the internet system,
* Per RFC 790, September 1981, and numerous additions.