From: Johannes Schindelin Date: Sun, 12 Mar 2006 10:55:53 +0000 (+0100) Subject: imap-send: Add missing #include for macosx X-Git-Tag: v1.3.0-rc1~21^2~12 X-Git-Url: https://git.octo.it/?p=git.git;a=commitdiff_plain;h=2d33501689989616a2dc003ca80fafa60b1ed5da imap-send: Add missing #include for macosx There is a compile error without that. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/imap-send.c b/imap-send.c index 203284d8..1b38b3af 100644 --- a/imap-send.c +++ b/imap-send.c @@ -28,6 +28,7 @@ #include #include #include +#include #include typedef struct store_conf {