summaryrefslogtreecommitdiff
path: root/lib/Fuzzer/test/AFLDriverTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fuzzer/test/AFLDriverTest.cpp')
-rw-r--r--lib/Fuzzer/test/AFLDriverTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fuzzer/test/AFLDriverTest.cpp b/lib/Fuzzer/test/AFLDriverTest.cpp
index e3f5f7100883..b949adc7de15 100644
--- a/lib/Fuzzer/test/AFLDriverTest.cpp
+++ b/lib/Fuzzer/test/AFLDriverTest.cpp
@@ -3,8 +3,8 @@
// Contains dummy functions used to avoid dependency on AFL.
#include <stdint.h>
-#include <stdlib.h>
#include <stdio.h>
+#include <stdlib.h>
extern "C" void __afl_manual_init() {}