summaryrefslogtreecommitdiff
path: root/libc/test/src/unistd/write_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/unistd/write_test.cpp')
-rw-r--r--libc/test/src/unistd/write_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/test/src/unistd/write_test.cpp b/libc/test/src/unistd/write_test.cpp
index 56243846083a..43914e87ef65 100644
--- a/libc/test/src/unistd/write_test.cpp
+++ b/libc/test/src/unistd/write_test.cpp
@@ -6,12 +6,13 @@
//
//===----------------------------------------------------------------------===//
-#include "include/errno.h"
#include "src/unistd/write.h"
#include "test/ErrnoSetterMatcher.h"
#include "utils/UnitTest/Test.h"
#include "utils/testutils/FDReader.h"
+#include <errno.h>
+
TEST(LlvmLibcUniStd, WriteBasic) {
using __llvm_libc::testing::ErrnoSetterMatcher::Succeeds;
constexpr const char *HELLO = "hello";