summaryrefslogtreecommitdiff
path: root/lib/Fuzzer/test/SimpleCmpTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fuzzer/test/SimpleCmpTest.cpp')
-rw-r--r--lib/Fuzzer/test/SimpleCmpTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fuzzer/test/SimpleCmpTest.cpp b/lib/Fuzzer/test/SimpleCmpTest.cpp
index 12b5cdda0660..8acad4ac77e8 100644
--- a/lib/Fuzzer/test/SimpleCmpTest.cpp
+++ b/lib/Fuzzer/test/SimpleCmpTest.cpp
@@ -3,9 +3,9 @@
// Simple test for a fuzzer. The fuzzer must find several narrow ranges.
#include <cstdint>
+#include <cstdio>
#include <cstdlib>
#include <cstring>
-#include <cstdio>
extern int AllLines[];