summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/epoll_busy_poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/net/epoll_busy_poll.c')
-rw-r--r--tools/testing/selftests/net/epoll_busy_poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/epoll_busy_poll.c b/tools/testing/selftests/net/epoll_busy_poll.c
index 16e457c2f877..adf8dd0b5e0b 100644
--- a/tools/testing/selftests/net/epoll_busy_poll.c
+++ b/tools/testing/selftests/net/epoll_busy_poll.c
@@ -23,7 +23,7 @@
#include <sys/ioctl.h>
#include <sys/socket.h>
-#include "../kselftest_harness.h"
+#include "kselftest_harness.h"
/* if the headers haven't been updated, we need to define some things */
#if !defined(EPOLL_IOC_TYPE)