X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-checkout-index.c;h=75377b9cab75ac75c6d5d7f79fdcf64bdb27cff2;hb=ac053c02029d88c7ed4d7e92949a1586eb3f7704;hp=8460f97b6637127d78b58caf2e29d25f3ad0b5a0;hpb=1b2782a5e2f88bf5e6e2cbb58e54fea015e21af5;p=git.git diff --git a/builtin-checkout-index.c b/builtin-checkout-index.c index 8460f97b6..75377b9ca 100644 --- a/builtin-checkout-index.c +++ b/builtin-checkout-index.c @@ -36,6 +36,7 @@ * of "-a" causing problems (not possible in the above example, * but get used to it in scripting!). */ +#include "builtin.h" #include "cache.h" #include "strbuf.h" #include "quote.h"