summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-07-20 21:15:47 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2019-07-20 21:15:47 +0100
commitecd4f97b2b83c9de0215ec4e80a9f96c388f21c7 (patch)
tree08d25ffc73830fde7850578e136e6277e30e1381
parent2376cd26226771dcf8ef5dfd04c83a50c50bf3d4 (diff)
downloadlibgit2-ethomson/futils.tar.gz
fuzzer: use futils instead of fileopsethomson/futils
-rw-r--r--fuzzers/download_refs_fuzzer.c2
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)