1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-10 20:26:14 +02:00

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
This commit is contained in:
Junio C Hamano 2024-02-12 09:57:59 -08:00
commit 7adf215fed

View File

@ -28,6 +28,7 @@
#include "run-command.h" #include "run-command.h"
#include "parse-options.h" #include "parse-options.h"
#include "setup.h" #include "setup.h"
#include "strbuf.h"
#if defined(NO_OPENSSL) && !defined(HAVE_OPENSSL_CSPRNG) #if defined(NO_OPENSSL) && !defined(HAVE_OPENSSL_CSPRNG)
typedef void *SSL; typedef void *SSL;
#endif #endif