OSDN Git Service

* include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.h
authorcorinna <corinna>
Fri, 25 Apr 2003 08:32:28 +0000 (08:32 +0000)
committercorinna <corinna>
Fri, 25 Apr 2003 08:32:28 +0000 (08:32 +0000)
to allow standalone usage (autoconf).

winsup/cygwin/ChangeLog
winsup/cygwin/include/netinet/ip.h

index 1514d71..79cd0f9 100644 (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
index a8dac5b..87b5068 100644 (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