aboutsummaryrefslogtreecommitdiff
path: root/test/eventfd.c
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:10:09 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:10:09 +0000
commitb8f7e9523bba270978886a4377312b927e024620 (patch)
treeebe9c872e416346e4b333e5062da32401c8e0a73 /test/eventfd.c
parentd53db6851ea17b2d219d084e1afc683b8b62b105 (diff)
parent1d27ff1934c5c4292dc00fba7f7f8ae411ed42f5 (diff)
downloadliburing-android14-mainline-sdkext-release.tar.gz
Change-Id: Ifb21a10d7ab7ff789b497736136922bb8d723b0e
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"