Merge pull request #2779 from ethomson/openssl_export

global: include sys/openssl.h for GIT_EXPORT of fn
This commit is contained in:
Carlos Martín Nieto 2014-12-24 06:19:02 +00:00
commit d6398d3558

View File

@ -9,6 +9,7 @@
#include "hash.h" #include "hash.h"
#include "sysdir.h" #include "sysdir.h"
#include "git2/global.h" #include "git2/global.h"
#include "git2/sys/openssl.h"
#include "thread-utils.h" #include "thread-utils.h"