X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-checkout-index.c;h=75377b9cab75ac75c6d5d7f79fdcf64bdb27cff2;hb=b92565dc5c505c3d01f3219fb7f61ebc70630a2c;hp=8460f97b6637127d78b58caf2e29d25f3ad0b5a0;hpb=76026200eee9fea016c2d87f472bb13cb15f47b2;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"