diff options
Diffstat (limited to 'include/git2.h')
-rw-r--r-- | include/git2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h index 6ede73cb5..f94b535c4 100644 --- a/include/git2.h +++ b/include/git2.h @@ -58,4 +58,7 @@ #include "git2/remote.h" #include "git2/refspec.h" +#include "git2/net.h" +#include "git2/transport.h" + #endif |