summaryrefslogtreecommitdiff
path: root/libc/test/src/unistd/access_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/unistd/access_test.cpp')
-rw-r--r--libc/test/src/unistd/access_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/test/src/unistd/access_test.cpp b/libc/test/src/unistd/access_test.cpp
index ed1fe96f4f4a..7d4b3be443fe 100644
--- a/libc/test/src/unistd/access_test.cpp
+++ b/libc/test/src/unistd/access_test.cpp
@@ -14,6 +14,7 @@
#include "test/UnitTest/ErrnoSetterMatcher.h"
#include "test/UnitTest/Test.h"
+#include <sys/stat.h>
#include <unistd.h>
TEST(LlvmLibcAccessTest, CreateAndTest) {