Skip to content

Commit 7adf215

Browse files
committed
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
2 parents 3526e67 + 30bced3 commit 7adf215

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

imap-send.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include "run-command.h"
2929
#include "parse-options.h"
3030
#include "setup.h"
31+
#include "strbuf.h"
3132
#if defined(NO_OPENSSL) && !defined(HAVE_OPENSSL_CSPRNG)
3233
typedef void *SSL;
3334
#endif

0 commit comments

Comments
 (0)