Commit ecd4f97b2b83c9de0215ec4e80a9f96c388f21c7

Edward Thomson 2019-07-20T21:15:47

fuzzer: use futils instead of fileops

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/fuzzers/download_refs_fuzzer.c b/fuzzers/download_refs_fuzzer.c
index facfaa2..c5726cb 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)