aboutsummaryrefslogtreecommitdiffstats
path: root/apply.h
diff options
context:
space:
mode:
Diffstat (limited to 'apply.h')
-rw-r--r--apply.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/apply.h b/apply.h
index 7cd38b1443..90e887ec0e 100644
--- a/apply.h
+++ b/apply.h
@@ -1,7 +1,7 @@
#ifndef APPLY_H
#define APPLY_H
-#include "hash-ll.h"
+#include "hash.h"
#include "lockfile.h"
#include "string-list.h"
#include "strmap.h"
@@ -59,7 +59,8 @@ struct apply_state {
struct repository *repo;
const char *index_file;
enum apply_verbosity apply_verbosity;
- const char *fake_ancestor;
+ int merge_variant;
+ char *fake_ancestor;
const char *patch_input_file;
int line_termination;
struct strbuf root;