summaryrefslogtreecommitdiff
path: root/tests-clar/diff/patch.c
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2013-04-19 13:00:12 -0700
committerRussell Belfer <rb@github.com>2013-04-21 11:50:56 -0700
commit1384b688d0bb5cd784c453fffef69d27e3db44ca (patch)
treec633490085a13091c0b22f58206960da31945f77 /tests-clar/diff/patch.c
parent7cc3c9202722c53bf46e5a8f8d0d7180423a7632 (diff)
downloadlibgit2-1384b688d0bb5cd784c453fffef69d27e3db44ca.tar.gz
Move some low-level repo fns to include/git2/sys
Diffstat (limited to 'tests-clar/diff/patch.c')
-rw-r--r--tests-clar/diff/patch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests-clar/diff/patch.c b/tests-clar/diff/patch.c
index 4d17da468..d41f3f12d 100644
--- a/tests-clar/diff/patch.c
+++ b/tests-clar/diff/patch.c
@@ -1,4 +1,6 @@
#include "clar_libgit2.h"
+#include "git2/sys/repository.h"
+
#include "diff_helpers.h"
#include "repository.h"
#include "buf_text.h"