aboutsummaryrefslogtreecommitdiff
path: root/test/eventfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/eventfd.c')
-rw-r--r--test/eventfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/eventfd.c b/test/eventfd.c
index 1a7e3f3..5c49ece 100644
--- a/test/eventfd.c
+++ b/test/eventfd.c
@@ -9,7 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <sys/eventfd.h>
#include "liburing.h"