]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
bsdauth: Fix compiler warning + crash on 64bit systems.
authorTimo Sirainen <tss@iki.fi>
Sun, 4 Jan 2009 11:59:31 +0000 (06:59 -0500)
committerTimo Sirainen <tss@iki.fi>
Sun, 4 Jan 2009 11:59:31 +0000 (06:59 -0500)
--HG--
branch : HEAD

src/auth/passdb-bsdauth.c

index 34347129e15a3f523b3cf4852c0a834c6d83159d..9661944820ba5dcca347d1b6578b7bd691a94282 100644 (file)
@@ -6,6 +6,7 @@
 #ifdef PASSDB_BSDAUTH
 
 #include "safe-memset.h"
+#include "auth-cache.h"
 #include "mycrypt.h"
 
 #include <login_cap.h>