]> git.99rst.org Git - git.git/commit
imap-send: include strbuf.h
authorChristian Hesse <redacted>
Wed, 17 May 2023 07:06:32 +0000 (09:06 +0200)
committerJunio C Hamano <redacted>
Wed, 17 May 2023 16:54:07 +0000 (09:54 -0700)
commit3307f7dde2ae8f5281d0782f7291a073c9b1cdc2
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 <redacted>
Helped-by: Taylor Blau <redacted>
Signed-off-by: Junio C Hamano <redacted>
imap-send.c
git clone https://git.99rst.org/PROJECT