aboutsummaryrefslogtreecommitdiff
path: root/demo-async.c
diff options
context:
space:
mode:
Diffstat (limited to 'demo-async.c')
-rw-r--r--demo-async.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/demo-async.c b/demo-async.c
index dd869a8..9d398a7 100644
--- a/demo-async.c
+++ b/demo-async.c
@@ -1,3 +1,6 @@
+// <poll.h> might need this for sigset_t
+#define _XOPEN_SOURCE 600
+
#include <poll.h>
#include <stdio.h>