Merge branch 'cc/trailers-corner-case-fix' into maint
[gitweb.git] / builtin / worktree.c
index 69248ba0a352de82f59a117b9ba4ed4e6af74a4d..6a264ee749221cd6c6bf98ce68790bdec3dd82c5 100644 (file)
@@ -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>"),