diff options
Diffstat (limited to 'test/asan/TestCases/Linux/coverage.cc')
-rw-r--r-- | test/asan/TestCases/Linux/coverage.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Linux/coverage.cc b/test/asan/TestCases/Linux/coverage.cc index f6eb0ae9285b0..06fe1a295eafb 100644 --- a/test/asan/TestCases/Linux/coverage.cc +++ b/test/asan/TestCases/Linux/coverage.cc @@ -13,7 +13,7 @@ // https://code.google.com/p/address-sanitizer/issues/detail?id=263 // XFAIL: android -#include "sanitizer/common_interface_defs.h" +#include <sanitizer/coverage_interface.h> #include <assert.h> #include <stdio.h> #include <string.h> |