summaryrefslogtreecommitdiff
path: root/fuzzers/patch_parse_fuzzer.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuzzers/patch_parse_fuzzer.c')
-rw-r--r--fuzzers/patch_parse_fuzzer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fuzzers/patch_parse_fuzzer.c b/fuzzers/patch_parse_fuzzer.c
index a9b02ad4d..2e65a01fd 100644
--- a/fuzzers/patch_parse_fuzzer.c
+++ b/fuzzers/patch_parse_fuzzer.c
@@ -11,6 +11,8 @@
#include "patch.h"
#include "patch_parse.h"
+#include "standalone_driver.h"
+
#define UNUSED(x) (void)(x)
int LLVMFuzzerInitialize(int *argc, char ***argv)