imap-send: include strbuf.h
commit3307f7dde2ae8f5281d0782f7291a073c9b1cdc2
authorChristian Hesse <mail@eworm.de>
Wed, 17 May 2023 07:06:32 +0000 (17 09:06 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 May 2023 16:54:07 +0000 (17 09:54 -0700)
tree2e2f6123d39a8664dd6c2d862f3e563fc873d4ab
parent0df2c180904f6b709766f9c24669a9d01543f915
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 <mail@eworm.de>
Helped-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
imap-send.c