summaryrefslogtreecommitdiffstats
path: root/git-compat-util.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-08-20 06:42:46 +0200
committerJunio C Hamano <gitster@pobox.com>2008-08-20 06:42:46 +0200
commitc8a4cbc23916feeae89a7c59523781e8bf8ac103 (patch)
treec6b68000b187ca8dfb07427086f37ca127c589ca /git-compat-util.h
parentMerge branch 'js/mingw-stat' (diff)
parentDocumentation: Improve documentation for git-imap-send(1) (diff)
downloadgit-c8a4cbc23916feeae89a7c59523781e8bf8ac103.tar.xz
git-c8a4cbc23916feeae89a7c59523781e8bf8ac103.zip
Merge branch 'rs/imap'
* rs/imap: Documentation: Improve documentation for git-imap-send(1) imap-send.c: more style fixes imap-send.c: style fixes git-imap-send: Support SSL git-imap-send: Allow the program to be run from subdirectories of a git tree
Diffstat (limited to 'git-compat-util.h')
-rw-r--r--git-compat-util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-compat-util.h b/git-compat-util.h
index 1b40dbd535..6ee325546e 100644
--- a/git-compat-util.h
+++ b/git-compat-util.h
@@ -99,6 +99,11 @@
#include <iconv.h>
#endif
+#ifndef NO_OPENSSL
+#include <openssl/ssl.h>
+#include <openssl/err.h>
+#endif
+
/* On most systems <limits.h> would have given us this, but
* not on some systems (e.g. GNU/Hurd).
*/