aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-02-12 09:57:59 -0800
committerJunio C Hamano <gitster@pobox.com>2024-02-12 09:57:59 -0800
commit7adf215fede93114f8ee376c82adb5b8dd0f73c7 (patch)
treef07d15a95a9c4c90c43802ec170ff1587928e4fc
parent3526e67d917bcd03f317a058208fa02737654637 (diff)
parent30bced3a6780e4db964fde6ce6d5950ff98bfdde (diff)
downloadgit-7adf215fede93114f8ee376c82adb5b8dd0f73c7.tar.gz
Merge branch 'pb/imap-send-wo-curl-build-fix' into maint-2.43
* pb/imap-send-wo-curl-build-fix: imap-send: add missing "strbuf.h" include under NO_CURL
-rw-r--r--imap-send.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/imap-send.c b/imap-send.c
index d662811ee8..f2e1947e63 100644
--- a/imap-send.c
+++ b/imap-send.c
@@ -28,6 +28,7 @@
#include "run-command.h"
#include "parse-options.h"
#include "setup.h"
+#include "strbuf.h"
#if defined(NO_OPENSSL) && !defined(HAVE_OPENSSL_CSPRNG)
typedef void *SSL;
#endif