Commit fc70832a by Sakari Jokinen Committed by Vicent Marti

include "oid.h" in headers that use git_oid

This makes generating bindings to hlibgit2 easier
parent 7360122b
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include "common.h" #include "common.h"
#include "types.h" #include "types.h"
#include "oid.h"
/** /**
* @file git2/index.h * @file git2/index.h
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include "common.h" #include "common.h"
#include "types.h" #include "types.h"
#include "oid.h"
/** /**
* @file git2/refs.h * @file git2/refs.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment