diff --git a/compiler-rt/test/asan/TestCases/interception_failure_test.cc b/compiler-rt/test/asan/TestCases/interception_failure_test.cc index ee941010179c..d85500b50486 100644 --- a/compiler-rt/test/asan/TestCases/interception_failure_test.cc +++ b/compiler-rt/test/asan/TestCases/interception_failure_test.cc @@ -13,6 +13,7 @@ #include #include +#include extern "C" long strtol(const char *nptr, char **endptr, int base) { fprintf(stderr, "my_strtol_interceptor\n");