X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=checkout-index.c;h=e56c354f8c44e9fc06acea7c4b2673b46f2a3a0b;hb=ac58c7b18ecf1c2ef41c848879e8b1838162db54;hp=dd6a2d86fe59f1c75659cccef7a19c42bd2f721c;hpb=1a17ee22a2fbd85a893ab36fd53168d03554c2dd;p=git.git diff --git a/checkout-index.c b/checkout-index.c index dd6a2d86..e56c354f 100644 --- a/checkout-index.c +++ b/checkout-index.c @@ -39,6 +39,7 @@ #include "cache.h" #include "strbuf.h" #include "quote.h" +#include "cache-tree.h" #define CHECKOUT_ALL 4 static const char *prefix;