diff options
Diffstat (limited to 'builtin/add.c')
-rw-r--r-- | builtin/add.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/builtin/add.c b/builtin/add.c index 61dd386d10..76cc026a68 100644 --- a/builtin/add.c +++ b/builtin/add.c @@ -5,10 +5,13 @@ */ #define USE_THE_INDEX_VARIABLE #include "cache.h" +#include "advice.h" #include "config.h" #include "builtin.h" #include "lockfile.h" +#include "editor.h" #include "dir.h" +#include "gettext.h" #include "pathspec.h" #include "exec-cmd.h" #include "cache-tree.h" |