Skip to content

Commit 3307f7d

Browse files
eworm-degitster
authored andcommitted
imap-send: include strbuf.h
We make liberal use of the strbuf API functions and types, but the inclusion of <strbuf.h> comes indirectly by including <http.h>, which does not happen if you build with NO_CURL. Signed-off-by: Christian Hesse <[email protected]> Helped-by: Taylor Blau <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0df2c18 commit 3307f7d

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
@@ -29,6 +29,7 @@
2929
#include "run-command.h"
3030
#include "parse-options.h"
3131
#include "setup.h"
32+
#include "strbuf.h"
3233
#include "wrapper.h"
3334
#if defined(NO_OPENSSL) && !defined(HAVE_OPENSSL_CSPRNG)
3435
typedef void *SSL;

0 commit comments

Comments
 (0)