Commit d6398d3558733b5191986baf0d17ef7586b62cbc

Carlos Martín Nieto 2014-12-24T06:19:02

Merge pull request #2779 from ethomson/openssl_export global: include sys/openssl.h for GIT_EXPORT of fn

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/global.c b/src/global.c
index f79bfd3..fcbcbb1 100644
--- a/src/global.c
+++ b/src/global.c
@@ -9,6 +9,7 @@
 #include "hash.h"
 #include "sysdir.h"
 #include "git2/global.h"
+#include "git2/sys/openssl.h"
 #include "thread-utils.h"