From 2d33501689989616a2dc003ca80fafa60b1ed5da Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sun, 12 Mar 2006 11:55:53 +0100 Subject: [PATCH] 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 --- imap-send.c | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.11.0