diff options
Diffstat (limited to 't/helper/test-sha256.c')
| -rw-r--r-- | t/helper/test-sha256.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/helper/test-sha256.c b/t/helper/test-sha256.c index 08cf149001..7fd0aa1fcd 100644 --- a/t/helper/test-sha256.c +++ b/t/helper/test-sha256.c @@ -1,7 +1,7 @@ #include "test-tool.h" -#include "hash-ll.h" +#include "hash.h" int cmd__sha256(int ac, const char **av) { - return cmd_hash_impl(ac, av, GIT_HASH_SHA256); + return cmd_hash_impl(ac, av, GIT_HASH_SHA256, 0); } |
