* include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.h

to allow standalone usage (autoconf).
This commit is contained in:
Corinna Vinschen 2003-04-25 08:32:30 +00:00
parent 71853f09cc
commit f615d74b72
2 changed files with 8 additions and 0 deletions

View File

@ -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>
* fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef

View File

@ -37,6 +37,9 @@
#ifndef _NETINET_IP_H
#define _NETINET_IP_H
#include <netinet/in_systm.h>
#include <netinet/in.h>
/* Added by Wu Yongwei */
#ifndef LITTLE_ENDIAN
#define LITTLE_ENDIAN 1234