summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/readahead.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/syscalls/linux/readahead.cc')
-rw-r--r--test/syscalls/linux/readahead.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/readahead.cc b/test/syscalls/linux/readahead.cc
index 71073bb3c..04104c912 100644
--- a/test/syscalls/linux/readahead.cc
+++ b/test/syscalls/linux/readahead.cc
@@ -16,8 +16,8 @@
#include <fcntl.h>
#include "gtest/gtest.h"
-#include "test/syscalls/linux/socket_test_util.h"
#include "test/util/file_descriptor.h"
+#include "test/util/socket_util.h"
#include "test/util/temp_path.h"
#include "test/util/test_util.h"