From fc70832a4fe26e3a237876a865e723fb7f4cc79d Mon Sep 17 00:00:00 2001 From: Sakari Jokinen Date: Wed, 23 Feb 2011 07:08:50 +0200 Subject: [PATCH] include "oid.h" in headers that use git_oid This makes generating bindings to hlibgit2 easier --- src/git2/index.h | 1 + src/git2/refs.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/git2/index.h b/src/git2/index.h index f1716fead..605740c10 100644 --- a/src/git2/index.h +++ b/src/git2/index.h @@ -27,6 +27,7 @@ #include "common.h" #include "types.h" +#include "oid.h" /** * @file git2/index.h diff --git a/src/git2/refs.h b/src/git2/refs.h index c9efac34f..36031ec66 100644 --- a/src/git2/refs.h +++ b/src/git2/refs.h @@ -27,6 +27,7 @@ #include "common.h" #include "types.h" +#include "oid.h" /** * @file git2/refs.h