diff options
author | Vicent Marti <vicent@github.com> | 2014-04-23 09:27:15 -0700 |
---|---|---|
committer | Vicent Marti <vicent@github.com> | 2014-04-23 09:27:15 -0700 |
commit | 212b6205d70ff7c0f0f0b1eda6ac964c8d09d431 (patch) | |
tree | 9f0215a2324dd26f6e9545c73269cbe9722cab4e /tests/diff/patch.c | |
parent | 5ca410b9a9bc30a65ed0125646b3702d5943100b (diff) | |
parent | e349ed500b75349b1a525fce60dc08c8d8927ba0 (diff) | |
download | libgit2-212b6205d70ff7c0f0f0b1eda6ac964c8d09d431.tar.gz |
Merge pull request #2291 from ethomson/patch_binary
patch: emit deflated binary patches (optionally)
Diffstat (limited to 'tests/diff/patch.c')
-rw-r--r-- | tests/diff/patch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/diff/patch.c b/tests/diff/patch.c index 76d7fcde3..1184d1968 100644 --- a/tests/diff/patch.c +++ b/tests/diff/patch.c @@ -2,6 +2,7 @@ #include "git2/sys/repository.h" #include "diff_helpers.h" +#include "diff.h" #include "repository.h" #include "buf_text.h" |