OSDN Git Service

* include/sys/poll.h: Include signal.h to get definition of sigset_t.
authorcorinna <corinna>
Thu, 21 Apr 2011 07:18:40 +0000 (07:18 +0000)
committercorinna <corinna>
Thu, 21 Apr 2011 07:18:40 +0000 (07:18 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/sys/poll.h

index f760764..e56eaaf 100644 (file)
@@ -1,3 +1,7 @@
+2011-04-21  Thomas Stalder <cygwinml@gmail.com>
+
+       * include/sys/poll.h: Include signal.h to get definition of sigset_t.
+
 2011-04-20  Christopher Faylor  <me.cygwin2011@cgf.cx>
 
        * cygheap.cc (init_cygheap::close_ctty): Avoid closing console-cttys
index a9d228b..1a3a95b 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <sys/cdefs.h>
 #include <sys/types.h>
+#include <signal.h>
 
 __BEGIN_DECLS