summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2013-04-19 13:00:12 -0700
committerRussell Belfer <rb@github.com>2013-04-21 11:50:56 -0700
commit1384b688d0bb5cd784c453fffef69d27e3db44ca (patch)
treec633490085a13091c0b22f58206960da31945f77 /src
parent7cc3c9202722c53bf46e5a8f8d0d7180423a7632 (diff)
downloadlibgit2-1384b688d0bb5cd784c453fffef69d27e3db44ca.tar.gz
Move some low-level repo fns to include/git2/sys
Diffstat (limited to 'src')
-rw-r--r--src/repository.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/repository.c b/src/repository.c
index 72b5a079a..a16f69da4 100644
--- a/src/repository.c
+++ b/src/repository.c
@@ -9,6 +9,7 @@
#include "git2/object.h"
#include "git2/refdb.h"
+#include "git2/sys/repository.h"
#include "common.h"
#include "repository.h"