Makefile: add missing dependency for command-list.h
[gitweb.git] / merge-recursive.h
index 50a4e6af4e754bcda5cabfbcd5adf25a6243e972..248093e407c7744b1e3e9a5bd5780375a1c6c07f 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef MERGE_RECURSIVE_H
 #define MERGE_RECURSIVE_H
 
+#include "unpack-trees.h"
 #include "string-list.h"
 
 struct merge_options {
@@ -27,6 +28,8 @@ struct merge_options {
        struct strbuf obuf;
        struct hashmap current_file_dir_set;
        struct string_list df_conflict_file_set;
+       struct unpack_trees_options unpack_opts;
+       struct index_state orig_index;
 };
 
 /*