]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'pb/imap-send-wo-curl-build-fix' into maint-2.43
authorJunio C Hamano <gitster@pobox.com>
Mon, 12 Feb 2024 17:57:59 +0000 (09:57 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Feb 2024 17:57:59 +0000 (09:57 -0800)
* pb/imap-send-wo-curl-build-fix:
  imap-send: add missing "strbuf.h" include under NO_CURL

imap-send.c

index d662811ee83a3531299accb59b8acea0e4de67d8..f2e1947e63815c80e45f648f0ce37cd6341f825b 100644 (file)
@@ -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