diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2019-07-20 21:15:47 +0100 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2019-07-20 21:15:47 +0100 |
commit | ecd4f97b2b83c9de0215ec4e80a9f96c388f21c7 (patch) | |
tree | 08d25ffc73830fde7850578e136e6277e30e1381 /fuzzers | |
parent | 2376cd26226771dcf8ef5dfd04c83a50c50bf3d4 (diff) | |
download | libgit2-ecd4f97b2b83c9de0215ec4e80a9f96c388f21c7.tar.gz |
fuzzer: use futils instead of fileopsethomson/futils
Diffstat (limited to 'fuzzers')
-rw-r--r-- | fuzzers/download_refs_fuzzer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzzers/download_refs_fuzzer.c b/fuzzers/download_refs_fuzzer.c index facfaa22e..c5726cba1 100644 --- a/fuzzers/download_refs_fuzzer.c +++ b/fuzzers/download_refs_fuzzer.c @@ -13,7 +13,7 @@ #include "git2.h" #include "git2/sys/transport.h" -#include "fileops.h" +#include "futils.h" #define UNUSED(x) (void)(x) |