summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/Posix/crypt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/sanitizer_common/TestCases/Posix/crypt.cpp')
-rw-r--r--test/sanitizer_common/TestCases/Posix/crypt.cpp1
1 files changed, 1 insertions, 0 deletions
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 <assert.h>
#include <unistd.h>
#include <cstring>
+#include <crypt.h>
int
main (int argc, char** argv)