aboutsummaryrefslogtreecommitdiff
path: root/test/eventfd-ring.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/eventfd-ring.c')
-rw-r--r--test/eventfd-ring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/eventfd-ring.c b/test/eventfd-ring.c
index 67e102c..d217312 100644
--- a/test/eventfd-ring.c
+++ b/test/eventfd-ring.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"