mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 19:47:52 +00:00
Fix build for custom transport users
We should explicitly include the declaration of git_strarray from "include/git2/sys/transport.h"
This commit is contained in:
parent
e0be1d605f
commit
bf28da4718
@ -10,6 +10,7 @@
|
||||
|
||||
#include "git2/net.h"
|
||||
#include "git2/types.h"
|
||||
#include "git2/strarray.h"
|
||||
|
||||
/**
|
||||
* @file git2/sys/transport.h
|
||||
|
Loading…
Reference in New Issue
Block a user