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:
Leo Yang 2015-10-30 14:12:19 -04:00
parent e0be1d605f
commit bf28da4718

View File

@ -10,6 +10,7 @@
#include "git2/net.h"
#include "git2/types.h"
#include "git2/strarray.h"
/**
* @file git2/sys/transport.h