* include/sys/poll.h: Include signal.h to get definition of sigset_t.

This commit is contained in:
Corinna Vinschen
2011-04-21 07:18:42 +00:00
parent 71c17c5402
commit 2656876fb3
2 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <sys/cdefs.h>
#include <sys/types.h>
#include <signal.h>
__BEGIN_DECLS