diff --git a/libc/test/integration/src/unistd/getcwd_test.cpp b/libc/test/integration/src/unistd/getcwd_test.cpp index 80b45efb97fb9..5e52155609b6b 100644 --- a/libc/test/integration/src/unistd/getcwd_test.cpp +++ b/libc/test/integration/src/unistd/getcwd_test.cpp @@ -13,6 +13,7 @@ #include "utils/IntegrationTest/test.h" #include +#include // For malloc and free using __llvm_libc::cpp::string_view;