summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/BadStrcmpTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Fuzzer/test/BadStrcmpTest.cpp')
-rw-r--r--llvm/lib/Fuzzer/test/BadStrcmpTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/BadStrcmpTest.cpp b/llvm/lib/Fuzzer/test/BadStrcmpTest.cpp
index 159cd7ea5f7..ba2b068f741 100644
--- a/llvm/lib/Fuzzer/test/BadStrcmpTest.cpp
+++ b/llvm/lib/Fuzzer/test/BadStrcmpTest.cpp
@@ -2,9 +2,9 @@
// License. See LICENSE.TXT for details.
// Test that we don't creash in case of bad strcmp params.
+#include <cstddef>
#include <cstdint>
#include <cstring>
-#include <cstddef>
static volatile int Sink;
OpenPOWER on IntegriCloud