diff options
Diffstat (limited to 'fuzz/host_command_fuzz.c')
-rw-r--r-- | fuzz/host_command_fuzz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/host_command_fuzz.c b/fuzz/host_command_fuzz.c index b6c4c4685f..d8d2408838 100644 --- a/fuzz/host_command_fuzz.c +++ b/fuzz/host_command_fuzz.c @@ -8,6 +8,7 @@ #include <pthread.h> #include <sys/time.h> +#include "builtin/assert.h" #include "common.h" #include "console.h" #include "host_command.h" |