fuzz: fix check-src/includes when fuzzing enabled.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2023-04-03 16:11:04 +09:30
parent b6a3f93b75
commit 5787e18e69
12 changed files with 20 additions and 20 deletions

View File

@@ -1,8 +1,8 @@
#include "config.h"
#include <assert.h>
#include <tests/fuzz/libfuzz.h>
#include <common/amount.h>
#include <tests/fuzz/libfuzz.h>
void init(int *argc, char ***argv)
{