aboutsummaryrefslogtreecommitdiffstats
path: root/src/event_pipe.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/event_pipe.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/event_pipe.c b/src/event_pipe.c
index 87e40c4ea..0a2debffa 100644
--- a/src/event_pipe.c
+++ b/src/event_pipe.c
@@ -25,6 +25,9 @@
#include <assert.h>
#include <glib.h>
#include <string.h>
+#include <errno.h>
+#include <sys/types.h>
+#include <unistd.h>
#ifdef WIN32
/* for _O_BINARY */