<poll.h> on Solaris needs _XOPEN_SOURCE 600 to ensure it gets sigset_t - Petr Pavlu
This commit is contained in:
parent
427a98693e
commit
23fefe409a
|
@ -1,3 +1,6 @@
|
||||||
|
// <poll.h> might need this for sigset_t
|
||||||
|
#define _XOPEN_SOURCE 600
|
||||||
|
|
||||||
#include <poll.h>
|
#include <poll.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue