Skip to content

Commit a1c94e9

Browse files
authored
Merge pull request libgit2#6277 from cschlack/sys_transport_missing_include
Fix missing include
2 parents 7050617 + a6fb41f commit a1c94e9

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/remote.h"
1213
#include "git2/transport.h"
1314
#include "git2/types.h"
1415
#include "git2/strarray.h"

0 commit comments

Comments
 (0)