[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)
llvm-svn: 228018

llvm/lib/Fuzzer/FuzzerLoop.cpp

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