Skip to content

Commit 085a169

Browse files
dvzrvethomson
authored andcommitted
fix: Add missing include for oidarray.
Add a missing include for `git2/oidarray.h` so build doesn't fail on using `git_oidarray` when using custom transports. Fixes libgit2#6607
1 parent 03b0642 commit 085a169

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/git2/sys/transport.h

Lines changed: 1 addition & 0 deletions
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/oidarray.h"
1213
#include "git2/proxy.h"
1314
#include "git2/remote.h"
1415
#include "git2/strarray.h"

0 commit comments

Comments
 (0)