summaryrefslogtreecommitdiff
path: root/tests/patch
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2016-04-21 00:04:14 -0400
committerEdward Thomson <ethomson@github.com>2016-05-26 13:01:08 -0500
commit17572f67ed9a3eb57b981d97468bd216d571bf10 (patch)
tree32d2fbccb9644c50f02cea2cd4da0c69ef0af980 /tests/patch
parent9be638ecf0d64ec98b3fd16f2d983a86d1aca131 (diff)
downloadlibgit2-17572f67ed9a3eb57b981d97468bd216d571bf10.tar.gz
git_patch_parse_ctx: refcount the context
Diffstat (limited to 'tests/patch')
-rw-r--r--tests/patch/parse.c1
-rw-r--r--tests/patch/print.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/patch/parse.c b/tests/patch/parse.c
index 88cdbf6d7..92434827a 100644
--- a/tests/patch/parse.c
+++ b/tests/patch/parse.c
@@ -1,5 +1,6 @@
#include "clar_libgit2.h"
#include "patch.h"
+#include "patch_parse.h"
#include "patch_common.h"
diff --git a/tests/patch/print.c b/tests/patch/print.c
index 047b48e8f..5a86573b3 100644
--- a/tests/patch/print.c
+++ b/tests/patch/print.c
@@ -1,5 +1,6 @@
#include "clar_libgit2.h"
#include "patch.h"
+#include "patch_parse.h"
#include "patch_common.h"