From: Timo Sirainen Date: Fri, 4 Jun 2010 18:14:42 +0000 (+0100) Subject: lmtp: Compile fix. X-Git-Tag: 2.0.beta6~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78a5b3e697af5db96fe0dffed600b0d6370bb8e5;p=thirdparty%2Fdovecot%2Fcore.git lmtp: Compile fix. --HG-- branch : HEAD --- 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"