diff options
Diffstat (limited to 'git-access.h')
-rw-r--r-- | git-access.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git-access.h b/git-access.h index c0ff93d40..e1b72d100 100644 --- a/git-access.h +++ b/git-access.h @@ -1,6 +1,8 @@ #ifndef GITACCESS_H #define GITACCESS_H +#include "git2.h" + #ifdef __cplusplus extern "C" { #else |