diff options
-rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/Posix/crypt.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/crypt.cpp b/compiler-rt/test/sanitizer_common/TestCases/Posix/crypt.cpp index 7927c6b6ab4..17ab6965b20 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Posix/crypt.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/crypt.cpp @@ -6,6 +6,7 @@ #include <assert.h> #include <unistd.h> #include <cstring> +#include <crypt.h> int main (int argc, char** argv) |