From: Timo Sirainen Date: Sun, 20 Jul 2008 22:07:06 +0000 (+0300) Subject: Compiling fix. X-Git-Tag: 1.2.alpha1~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3fb3a740ad6c48c60c71dbab69e28b68204c856;p=thirdparty%2Fdovecot%2Fcore.git Compiling fix. --HG-- branch : HEAD --- diff --git a/src/util/Makefile.am b/src/util/Makefile.am index e2d20b10c2..7a8069e1e1 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -7,6 +7,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/lib \ -I$(top_srcdir)/src/lib-mail \ -I$(top_srcdir)/src/lib-index \ + -I$(top_srcdir)/src/lib-storage/index/maildir \ -I$(top_srcdir)/src/auth rawlog_LDADD = \ diff --git a/src/util/maildirlock.c b/src/util/maildirlock.c index 203cb176da..b0fe8b0078 100644 --- a/src/util/maildirlock.c +++ b/src/util/maildirlock.c @@ -4,7 +4,7 @@ #include "lib-signals.h" #include "ioloop.h" #include "file-dotlock.h" -#include "src/lib-storage/index/maildir/maildir-uidlist.h" +#include "maildir-uidlist.h" #include #include