diff options
Diffstat (limited to 'builtin/worktree.c')
-rw-r--r-- | builtin/worktree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/worktree.c b/builtin/worktree.c index 69248ba0a3..6a264ee749 100644 --- a/builtin/worktree.c +++ b/builtin/worktree.c @@ -5,6 +5,7 @@ #include "argv-array.h" #include "run-command.h" #include "sigchain.h" +#include "refs.h" static const char * const worktree_usage[] = { N_("git worktree add [<options>] <path> <branch>"), |