# HG changeset patch # User Timo Sirainen # Date 1313358241 -10800 # Node ID 584557ef2965857f7d9897a636ff95867c0e2ac2 # Parent e2379af31de1e34d2000e7254e89186ba9a3b3d8 Compiler warning fix. diff -r e2379af31de1 -r 584557ef2965 src/lib-storage/mail.c --- a/src/lib-storage/mail.c Mon Aug 15 00:34:45 2011 +0300 +++ b/src/lib-storage/mail.c Mon Aug 15 00:44:01 2011 +0300 @@ -3,6 +3,7 @@ #include "lib.h" #include "ioloop.h" #include "buffer.h" +#include "hash.h" #include "hex-binary.h" #include "crc32.h" #include "sha1.h"