diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2021-07-02 18:27:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-02 18:27:14 -0500 |
| commit | ed4a12aec2ada9ab4533053230c47661a7adedfe (patch) | |
| tree | abebe2f47852ca4949c6446f89fa3980f2d8c3c5 /include/git2 | |
| parent | e16747660f0d21928d2abaa49ac0657c6664f157 (diff) | |
| parent | 3e1785478245dcabe2d9e32813d1e1964d416e45 (diff) | |
| download | libgit2-ed4a12aec2ada9ab4533053230c47661a7adedfe.tar.gz | |
Merge pull request #5917 from tiennou/fix/docurium-issues
docs: fix some missing includes that cause Docurium to error out
Diffstat (limited to 'include/git2')
| -rw-r--r-- | include/git2/cert.h | 1 | ||||
| -rw-r--r-- | include/git2/sys/transport.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/git2/cert.h b/include/git2/cert.h index f111b136e..0ed38ffcd 100644 --- a/include/git2/cert.h +++ b/include/git2/cert.h @@ -8,6 +8,7 @@ #define INCLUDE_git_cert_h__ #include "common.h" +#include "types.h" /** * @file git2/cert.h 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" |
