Skip to content

Commit ecd4f97

Browse files
committed
fuzzer: use futils instead of fileops
1 parent 2376cd2 commit ecd4f97

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)