diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2021-11-11 12:33:14 -0500 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2021-11-11 17:11:25 -0500 |
| commit | 489aec44477181afa05db41bfd04bb0febe83f59 (patch) | |
| tree | e39fb2dc18198a307fddf0f72c6965a200e4c4e4 /fuzzers/packfile_fuzzer.c | |
| parent | 0429894e0bd1eee077e07b22528d569c8636d6f1 (diff) | |
| download | libgit2-489aec44477181afa05db41bfd04bb0febe83f59.tar.gz | |
fuzzers: declare standalone functions
Diffstat (limited to 'fuzzers/packfile_fuzzer.c')
| -rw-r--r-- | fuzzers/packfile_fuzzer.c | 2 |
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; |
