diff options
author | Vicent Martà <vicent@github.com> | 2013-04-22 04:06:11 -0700 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2013-04-22 04:06:11 -0700 |
commit | f063a75882769cb6fc652de425ac16ba4b88b616 (patch) | |
tree | 8c9f02ac9b2e46846367098d3b6328c01cac7781 /tests-clar/diff/patch.c | |
parent | bfb4facb3a5e0b650811560fc49d27247fd9d85d (diff) | |
parent | 21ca045100337bcb2905a20a72d42721d18871f9 (diff) | |
download | libgit2-f063a75882769cb6fc652de425ac16ba4b88b616.tar.gz |
Merge pull request #1485 from libgit2/include-git2-sys
Create include/git2/sys and move backend APIs there
Diffstat (limited to 'tests-clar/diff/patch.c')
-rw-r--r-- | tests-clar/diff/patch.c | 2 |
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" |