From f615d74b72e21d964771c3b0a0fe186561684a3b Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 25 Apr 2003 08:32:30 +0000 Subject: [PATCH] * include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.h to allow standalone usage (autoconf). --- winsup/cygwin/ChangeLog | 5 +++++ winsup/cygwin/include/netinet/ip.h | 3 +++ 2 files changed, 8 insertions(+) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 1514d719b..79cd0f974 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2003-04-25 Corinna Vinschen + + * include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.h + to allow standalone usage (autoconf). + 2003-04-23 Christopher Faylor * fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef diff --git a/winsup/cygwin/include/netinet/ip.h b/winsup/cygwin/include/netinet/ip.h index a8dac5b67..87b5068d0 100644 --- a/winsup/cygwin/include/netinet/ip.h +++ b/winsup/cygwin/include/netinet/ip.h @@ -37,6 +37,9 @@ #ifndef _NETINET_IP_H #define _NETINET_IP_H +#include +#include + /* Added by Wu Yongwei */ #ifndef LITTLE_ENDIAN #define LITTLE_ENDIAN 1234