mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 13:57:15 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user