[compiler-rt] r286191 - [asan] Add missing header in a test.
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 7 17:17:59 PST 2016
Author: eugenis
Date: Mon Nov 7 19:17:58 2016
New Revision: 286191
URL: http://llvm.org/viewvc/llvm-project?rev=286191&view=rev
Log:
[asan] Add missing header in a test.
Modified:
compiler-rt/trunk/test/asan/TestCases/interception_failure_test.cc
Modified: compiler-rt/trunk/test/asan/TestCases/interception_failure_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/interception_failure_test.cc?rev=286191&r1=286190&r2=286191&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/interception_failure_test.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/interception_failure_test.cc Mon Nov 7 19:17:58 2016
@@ -13,6 +13,7 @@
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
extern "C" long strtol(const char *nptr, char **endptr, int base) {
fprintf(stderr, "my_strtol_interceptor\n");
More information about the llvm-commits
mailing list