Skip to content

Commit ed4a12a

Browse files
authored
Merge pull request libgit2#5917 from tiennou/fix/docurium-issues
docs: fix some missing includes that cause Docurium to error out
2 parents e167476 + 3e17854 commit ed4a12a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/git2/cert.h

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#define INCLUDE_git_cert_h__
99

1010
#include "common.h"
11+
#include "types.h"
1112

1213
/**
1314
* @file git2/cert.h

include/git2/sys/transport.h

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#define INCLUDE_sys_git_transport_h
1010

1111
#include "git2/net.h"
12+
#include "git2/transport.h"
1213
#include "git2/types.h"
1314
#include "git2/strarray.h"
1415
#include "git2/proxy.h"

0 commit comments

Comments
 (0)