diff options
Diffstat (limited to 't/helper/test-submodule-nested-repo-config.c')
| -rw-r--r-- | t/helper/test-submodule-nested-repo-config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/helper/test-submodule-nested-repo-config.c b/t/helper/test-submodule-nested-repo-config.c index a3848a8b66..ecd40ded99 100644 --- a/t/helper/test-submodule-nested-repo-config.c +++ b/t/helper/test-submodule-nested-repo-config.c @@ -1,5 +1,6 @@ #include "test-tool.h" -#include "cache.h" +#include "repository.h" +#include "setup.h" #include "submodule-config.h" static void die_usage(const char **argv, const char *msg) |
