From: Timo Sirainen Date: Sun, 4 Jan 2009 11:59:31 +0000 (-0500) Subject: bsdauth: Fix compiler warning + crash on 64bit systems. X-Git-Tag: 1.2.beta1~155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73ee010c2b42aca6b2b952aec514f504a86ace7d;p=thirdparty%2Fdovecot%2Fcore.git bsdauth: Fix compiler warning + crash on 64bit systems. --HG-- branch : HEAD --- diff --git a/src/auth/passdb-bsdauth.c b/src/auth/passdb-bsdauth.c index 34347129e1..9661944820 100644 --- a/src/auth/passdb-bsdauth.c +++ b/src/auth/passdb-bsdauth.c @@ -6,6 +6,7 @@ #ifdef PASSDB_BSDAUTH #include "safe-memset.h" +#include "auth-cache.h" #include "mycrypt.h" #include