diff options
| author | Etienne Samson <samson.etienne@gmail.com> | 2021-05-27 16:26:38 +0200 |
|---|---|---|
| committer | Etienne Samson <samson.etienne@gmail.com> | 2021-05-27 16:26:38 +0200 |
| commit | 3e1785478245dcabe2d9e32813d1e1964d416e45 (patch) | |
| tree | 1d77721680c4873f55c2d5063871c49248e839b7 /include/git2/sys | |
| parent | 1ee3c37f48479e92f57c1a5da8c8393f4a745d13 (diff) | |
| download | libgit2-3e1785478245dcabe2d9e32813d1e1964d416e45.tar.gz | |
docs: fix some missing includes that cause Docurium to error out
Diffstat (limited to 'include/git2/sys')
| -rw-r--r-- | include/git2/sys/transport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/sys/transport.h b/include/git2/sys/transport.h index 6cee42f54..fee34544f 100644 --- a/include/git2/sys/transport.h +++ b/include/git2/sys/transport.h @@ -9,6 +9,7 @@ #define INCLUDE_sys_git_transport_h #include "git2/net.h" +#include "git2/transport.h" #include "git2/types.h" #include "git2/strarray.h" #include "git2/proxy.h" |
