summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSakari Jokinen <sakariij@gmail.com>2011-02-23 07:08:50 +0200
committerVicent Marti <tanoku@gmail.com>2011-02-25 00:00:36 +0200
commitfc70832a4fe26e3a237876a865e723fb7f4cc79d (patch)
tree0af312cda4d9e3f947024a4d8ae64304cdc17ff1 /src
parent7360122ba973dfea6604ee1b378f79ce6399af3e (diff)
downloadlibgit2-fc70832a4fe26e3a237876a865e723fb7f4cc79d.tar.gz
include "oid.h" in headers that use git_oid
This makes generating bindings to hlibgit2 easier
Diffstat (limited to 'src')
-rw-r--r--src/git2/index.h1
-rw-r--r--src/git2/refs.h1
2 files changed, 2 insertions, 0 deletions
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