[fuzzer] update the include line to use the new header name
authorKostya Serebryany <kcc@google.com>
Tue, 3 Feb 2015 19:42:05 +0000 (19:42 +0000)
committerKostya Serebryany <kcc@google.com>
Tue, 3 Feb 2015 19:42:05 +0000 (19:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228018 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Fuzzer/FuzzerLoop.cpp

index f3dee7c7f46a98dabd629a3261fd976b502039d0..44abecaac5826bc5c290f352c2bebb2b94901556 100644 (file)
@@ -10,7 +10,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "FuzzerInternal.h"
-#include <sanitizer/asan_interface.h>
+#include <sanitizer/coverage_interface.h>
 #include <algorithm>
 #include <iostream>