diff options
Diffstat (limited to 'src/commit.c')
-rw-r--r-- | src/commit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commit.c b/src/commit.c index ce02d0ef9..710a14e92 100644 --- a/src/commit.c +++ b/src/commit.c @@ -23,6 +23,7 @@ * Boston, MA 02110-1301, USA. */ +#include "common.h" #include "commit.h" const git_oid *git_commit_id(git_commit *c) |