From ecd4f97b2b83c9de0215ec4e80a9f96c388f21c7 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Sat, 20 Jul 2019 21:15:47 +0100 Subject: [PATCH] fuzzer: use futils instead of fileops --- fuzzers/download_refs_fuzzer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)