summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer/FuzzerMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerMain.cpp')
-rw-r--r--compiler-rt/lib/fuzzer/FuzzerMain.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerMain.cpp b/compiler-rt/lib/fuzzer/FuzzerMain.cpp
index 771a34aed316..75f2f8e75c9b 100644
--- a/compiler-rt/lib/fuzzer/FuzzerMain.cpp
+++ b/compiler-rt/lib/fuzzer/FuzzerMain.cpp
@@ -9,6 +9,7 @@
//===----------------------------------------------------------------------===//
#include "FuzzerDefs.h"
+#include "FuzzerPlatform.h"
extern "C" {
// This function should be defined by the user.