Skip to content

Commit 9085819

Browse files
authored
Merge pull request libgit2#5180 from libgit2/ethomson/futils
fuzzer: use futils instead of fileops
2 parents 2376cd2 + ecd4f97 commit 9085819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzzers/download_refs_fuzzer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
#include "git2.h"
1515
#include "git2/sys/transport.h"
16-
#include "fileops.h"
16+
#include "futils.h"
1717

1818
#define UNUSED(x) (void)(x)
1919

0 commit comments

Comments
 (0)