summaryrefslogtreecommitdiff
path: root/src/global.c
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2014-12-23 16:40:01 -0600
committerEdward Thomson <ethomson@microsoft.com>2014-12-23 16:40:01 -0600
commit73f0278e5dd9cdb52c46df73daee8c517bba72fe (patch)
tree20e0578667c2012a0fb94b8b42a4e21c4507e74d /src/global.c
parente8cd4321233d6ca23a06d6469b1bb939138eafe6 (diff)
downloadlibgit2-73f0278e5dd9cdb52c46df73daee8c517bba72fe.tar.gz
global: include sys/openssl.h for GIT_EXPORT of fn
The openssl setup function needs to be GIT_EXPORT'ed, be sure to include the `sys/openssl.h` header so that it is appropriately decorated as an export function.
Diffstat (limited to 'src/global.c')
-rw-r--r--src/global.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/global.c b/src/global.c
index f79bfd353..fcbcbb176 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"