diff options
Diffstat (limited to 't/helper/test-sha1.c')
-rw-r--r-- | t/helper/test-sha1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-sha1.c b/t/helper/test-sha1.c index dcb7f6c003..e60d000c03 100644 --- a/t/helper/test-sha1.c +++ b/t/helper/test-sha1.c @@ -1,5 +1,5 @@ #include "test-tool.h" -#include "hash-ll.h" +#include "hash.h" int cmd__sha1(int ac, const char **av) { |