* include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.h
to allow standalone usage (autoconf).
This commit is contained in:
parent
71853f09cc
commit
f615d74b72
@ -1,3 +1,8 @@
|
|||||||
|
2003-04-25 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.h
|
||||||
|
to allow standalone usage (autoconf).
|
||||||
|
|
||||||
2003-04-23 Christopher Faylor <cgf@redhat.com>
|
2003-04-23 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef
|
* fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef
|
||||||
|
@ -37,6 +37,9 @@
|
|||||||
#ifndef _NETINET_IP_H
|
#ifndef _NETINET_IP_H
|
||||||
#define _NETINET_IP_H
|
#define _NETINET_IP_H
|
||||||
|
|
||||||
|
#include <netinet/in_systm.h>
|
||||||
|
#include <netinet/in.h>
|
||||||
|
|
||||||
/* Added by Wu Yongwei */
|
/* Added by Wu Yongwei */
|
||||||
#ifndef LITTLE_ENDIAN
|
#ifndef LITTLE_ENDIAN
|
||||||
#define LITTLE_ENDIAN 1234
|
#define LITTLE_ENDIAN 1234
|
||||||
|
Loading…
Reference in New Issue
Block a user