From 1549561dc68a1ea71f137c40109c90d33c0f9887 Mon Sep 17 00:00:00 2001 From: Randal L. Schwartz Date: Wed, 20 Dec 2006 14:45:49 -0800 Subject: [PATCH] patch for osx --- daemon.c | 4 ++++ imap-send.c | 2 ++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/daemon.c b/daemon.c index b129b83..5ce73ed 100644 --- a/daemon.c +++ b/daemon.c @@ -1,3 +1,7 @@ +#include +#include +#include + #include "cache.h" #include "pkt-line.h" #include "exec_cmd.h" diff --git a/imap-send.c b/imap-send.c index 894cbbd..afd7447 100644 --- a/imap-send.c +++ b/imap-send.c @@ -22,6 +22,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include + #include "cache.h" typedef struct store_conf { -- 1.4.4.3.g5485-dirty