diff options
author | Edward Thomson <ethomson@microsoft.com> | 2014-04-22 14:58:33 -0400 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2014-04-22 19:08:21 -0500 |
commit | e349ed500b75349b1a525fce60dc08c8d8927ba0 (patch) | |
tree | 94feff27cae54ceeff8a8920923f1ca573d7833f /tests/diff/patch.c | |
parent | 28750a7d98ce5e23bac5c1d119109ded8e8aab73 (diff) | |
download | libgit2-e349ed500b75349b1a525fce60dc08c8d8927ba0.tar.gz |
patch: emit 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" |