* include/sys/poll.h: Include signal.h to get definition of sigset_t.
This commit is contained in:
parent
71c17c5402
commit
2656876fb3
@ -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>
|
2011-04-20 Christopher Faylor <me.cygwin2011@cgf.cx>
|
||||||
|
|
||||||
* cygheap.cc (init_cygheap::close_ctty): Avoid closing console-cttys
|
* cygheap.cc (init_cygheap::close_ctty): Avoid closing console-cttys
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <signal.h>
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user