From d12d7d30820ac62aaebbbf0d7eda66df1ea899c5 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Thu, 10 Oct 2019 20:47:22 +0000 Subject: Add a missing include in test. A fix for r373993. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@374448 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/sanitizer_common/TestCases/Posix/crypt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sanitizer_common/TestCases/Posix/crypt.cpp b/test/sanitizer_common/TestCases/Posix/crypt.cpp index 7927c6b6a..17ab6965b 100644 --- a/test/sanitizer_common/TestCases/Posix/crypt.cpp +++ b/test/sanitizer_common/TestCases/Posix/crypt.cpp @@ -6,6 +6,7 @@ #include #include #include +#include int main (int argc, char** argv) -- cgit v1.2.1