fuzzer: use futils instead of fileops

This commit is contained in:
Edward Thomson
2019-07-20 21:15:47 +01:00
parent 2376cd2622
commit ecd4f97b2b

View File

@@ -13,7 +13,7 @@
#include "git2.h"
#include "git2/sys/transport.h"
#include "fileops.h"
#include "futils.h"
#define UNUSED(x) (void)(x)