diff options
Diffstat (limited to 'replace_object.c')
-rw-r--r-- | replace_object.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/replace_object.c b/replace_object.c index eb59604fd3..7c6c7544ad 100644 --- a/replace_object.c +++ b/replace_object.c @@ -1,6 +1,7 @@ #include "cache.h" #include "sha1-lookup.h" #include "refs.h" +#include "commit.h" static struct replace_object { unsigned char sha1[2][20]; |