Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bf28da4

Browse files
author
Leo Yang
committed
Fix build for custom transport users
We should explicitly include the declaration of git_strarray from "include/git2/sys/transport.h"
1 parent e0be1d6 commit bf28da4

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
@@ -10,6 +10,7 @@
1010

1111
#include "git2/net.h"
1212
#include "git2/types.h"
13+
#include "git2/strarray.h"
1314

1415
/**
1516
* @file git2/sys/transport.h

0 commit comments

Comments
 (0)