summaryrefslogtreecommitdiff
path: root/include/git2/sys/repository.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/sys/repository.h')
-rw-r--r--include/git2/sys/repository.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/git2/sys/repository.h b/include/git2/sys/repository.h
index dd7b22e06..800396c86 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
@@ -53,7 +56,7 @@ GIT_EXTERN(void) git_repository__cleanup(git_repository *repo);
*
* @param repo A repository object
* @param recurse_submodules Should submodules be updated recursively
- * @returrn 0 on success, < 0 on error
+ * @return 0 on success, < 0 on error
*/
GIT_EXTERN(int) git_repository_reinit_filesystem(
git_repository *repo,