summaryrefslogtreecommitdiff
path: root/fuzzers/packfile_fuzzer.c
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-11-11 12:33:14 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2021-11-11 17:11:25 -0500
commit489aec44477181afa05db41bfd04bb0febe83f59 (patch)
treee39fb2dc18198a307fddf0f72c6965a200e4c4e4 /fuzzers/packfile_fuzzer.c
parent0429894e0bd1eee077e07b22528d569c8636d6f1 (diff)
downloadlibgit2-489aec44477181afa05db41bfd04bb0febe83f59.tar.gz
fuzzers: declare standalone functions
Diffstat (limited to 'fuzzers/packfile_fuzzer.c')
-rw-r--r--fuzzers/packfile_fuzzer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fuzzers/packfile_fuzzer.c b/fuzzers/packfile_fuzzer.c
index f739b9563..8667cb9c5 100644
--- a/fuzzers/packfile_fuzzer.c
+++ b/fuzzers/packfile_fuzzer.c
@@ -14,6 +14,8 @@
#include "common.h"
#include "str.h"
+#include "standalone_driver.h"
+
static git_odb *odb = NULL;
static git_odb_backend *mempack = NULL;