Merge pull request #2840 from swisspol/sys_repository_include

Make sure sys/repository.h includes the required headers
This commit is contained in:
Edward Thomson 2015-01-26 11:21:04 -06:00
commit 9a09ed13c4

View File

@ -7,6 +7,9 @@
#ifndef INCLUDE_sys_git_repository_h__
#define INCLUDE_sys_git_repository_h__
#include "git2/common.h"
#include "git2/types.h"
/**
* @file git2/sys/repository.h
* @brief Git repository custom implementation routines