summaryrefslogtreecommitdiff
path: root/src/stash.c
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2016-04-19 15:12:18 -0400
committerEdward Thomson <ethomson@github.com>2016-05-26 13:01:08 -0500
commit9be638ecf0d64ec98b3fd16f2d983a86d1aca131 (patch)
treea38e7aecf3c0d1eb2b77bb0baa6a3c3ca519fee2 /src/stash.c
parentaa4bfb32b9662ab47b056a74211636d427f35a43 (diff)
downloadlibgit2-9be638ecf0d64ec98b3fd16f2d983a86d1aca131.tar.gz
git_diff_generated: abstract generated diffs
Diffstat (limited to 'src/stash.c')
-rw-r--r--src/stash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stash.c b/src/stash.c
index 43a464e64..f5f4f36bf 100644
--- a/src/stash.c
+++ b/src/stash.c
@@ -23,6 +23,7 @@
#include "iterator.h"
#include "merge.h"
#include "diff.h"
+#include "diff_generate.h"
static int create_error(int error, const char *msg)
{