diff options
Diffstat (limited to 't/helper/test-bitmap.c')
-rw-r--r-- | t/helper/test-bitmap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/helper/test-bitmap.c b/t/helper/test-bitmap.c index ff35f5999b..af43ee1cb5 100644 --- a/t/helper/test-bitmap.c +++ b/t/helper/test-bitmap.c @@ -1,6 +1,7 @@ #include "test-tool.h" -#include "cache.h" +#include "git-compat-util.h" #include "pack-bitmap.h" +#include "setup.h" static int bitmap_list_commits(void) { |