dovecot-2.0: auth: Compiler warning fixes.

dovecot at dovecot.org dovecot at dovecot.org
Tue Mar 16 19:24:12 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/f855ac569e2f
changeset: 10928:f855ac569e2f
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Mar 16 19:24:09 2010 +0200
description:
auth: Compiler warning fixes.

diffstat:

 src/auth/auth-worker-server.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r c6890ec714ec -r f855ac569e2f src/auth/auth-worker-server.c
--- a/src/auth/auth-worker-server.c	Tue Mar 16 19:23:28 2010 +0200
+++ b/src/auth/auth-worker-server.c	Tue Mar 16 19:24:09 2010 +0200
@@ -7,6 +7,8 @@
 #include "network.h"
 #include "istream.h"
 #include "ostream.h"
+#include "hex-binary.h"
+#include "str.h"
 #include "auth-request.h"
 #include "auth-worker-client.h"
 #include "auth-worker-server.h"


More information about the dovecot-cvs mailing list