mirror of
https://github.com/git/git
synced 2024-11-04 16:17:49 +00:00
Merge branch 'pb/imap-send-wo-curl-build-fix'
Build fix. * pb/imap-send-wo-curl-build-fix: imap-send: add missing "strbuf.h" include under NO_CURL
This commit is contained in:
commit
33d03f61b9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue