summaryrefslogtreecommitdiff
path: root/tests/checkout/nasty.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/checkout/nasty.c')
-rw-r--r--tests/checkout/nasty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkout/nasty.c b/tests/checkout/nasty.c
index 042fbba37..3897878ce 100644
--- a/tests/checkout/nasty.c
+++ b/tests/checkout/nasty.c
@@ -4,7 +4,7 @@
#include "git2/checkout.h"
#include "repository.h"
#include "buffer.h"
-#include "fileops.h"
+#include "futils.h"
static const char *repo_name = "nasty";
static git_repository *repo;