Add required includes in "oid.h"

The file was previously failing to be included stand-alone.
This commit is contained in:
Vicent Marti 2011-02-01 03:21:53 +02:00
parent 2f8a8ab24b
commit b70e4f8a03

View File

@ -25,6 +25,9 @@
#ifndef INCLUDE_git_oid_h__ #ifndef INCLUDE_git_oid_h__
#define INCLUDE_git_oid_h__ #define INCLUDE_git_oid_h__
#include "common.h"
#include "types.h"
/** /**
* @file git2/oid.h * @file git2/oid.h
* @brief Git object id routines * @brief Git object id routines