summaryrefslogtreecommitdiff
path: root/fuzz/host_command_fuzz.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/host_command_fuzz.c')
-rw-r--r--fuzz/host_command_fuzz.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fuzz/host_command_fuzz.c b/fuzz/host_command_fuzz.c
index 0a648f602c..2875c687dd 100644
--- a/fuzz/host_command_fuzz.c
+++ b/fuzz/host_command_fuzz.c
@@ -5,9 +5,6 @@
* Fuzz host command.
*/
-#include <pthread.h>
-#include <sys/time.h>
-
#include "builtin/assert.h"
#include "common.h"
#include "console.h"
@@ -19,6 +16,9 @@
#include "timer.h"
#include "util.h"
+#include <pthread.h>
+#include <sys/time.h>
+
/* Only test requests with valid size and checksum (makes fuzzing faster) */
#define VALID_REQUEST_ONLY