diff options
Diffstat (limited to 'tests/t0402-details.c')
| -rw-r--r-- | tests/t0402-details.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/t0402-details.c b/tests/t0402-details.c index b48d9f18d..1e002942b 100644 --- a/tests/t0402-details.c +++ b/tests/t0402-details.c @@ -1,6 +1,7 @@ #include "test_lib.h" #include "test_helpers.h" #include "commit.h" +#include "person.h" #include <git/odb.h> #include <git/commit.h> @@ -28,6 +29,7 @@ BEGIN_TEST(query_details_test) repo = git_repository_alloc(db); must_be_true(repo != NULL); + for (i = 0; i < commit_count; ++i) { git_oid id; git_commit *commit; |
