summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2015-01-26 11:21:04 -0600
committerEdward Thomson <ethomson@edwardthomson.com>2015-01-26 11:21:04 -0600
commit9a09ed13c4b545adde4a768bd62c325d05621c36 (patch)
tree9085547c4dbc52189f71fc899a3ad909518b7162
parent9f1ee63d8f2e59696ebeeed4fa756d129d1fbbd4 (diff)
parent86815dca20604147f81618e54032dc194653a668 (diff)
downloadlibgit2-9a09ed13c4b545adde4a768bd62c325d05621c36.tar.gz
Merge pull request #2840 from swisspol/sys_repository_include
Make sure sys/repository.h includes the required headers
-rw-r--r--include/git2/sys/repository.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/git2/sys/repository.h b/include/git2/sys/repository.h
index dd7b22e06..082a844b8 100644
--- a/include/git2/sys/repository.h
+++ b/include/git2/sys/repository.h
@@ -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