From 78a5b3e697af5db96fe0dffed600b0d6370bb8e5 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 4 Jun 2010 19:14:42 +0100 Subject: [PATCH] lmtp: Compile fix. --HG-- branch : HEAD --- src/lmtp/commands.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lmtp/commands.c b/src/lmtp/commands.c index 7d631c8738..075b3174b1 100644 --- a/src/lmtp/commands.c +++ b/src/lmtp/commands.c @@ -19,6 +19,7 @@ #include "index/raw/raw-storage.h" #include "lda-settings.h" #include "lmtp-settings.h" +#include "mail-namespace.h" #include "mail-deliver.h" #include "main.h" #include "client.h" -- 2.47.3