summaryrefslogtreecommitdiff
path: root/src/linux/eventfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/eventfd.c')
-rw-r--r--src/linux/eventfd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/linux/eventfd.c b/src/linux/eventfd.c
index 39968034..68e489c8 100644
--- a/src/linux/eventfd.c
+++ b/src/linux/eventfd.c
@@ -1,5 +1,6 @@
#include <sys/eventfd.h>
#include <unistd.h>
+#include <errno.h>
#include "syscall.h"
int eventfd(unsigned int count, int flags)