changeset 10928:f855ac569e2f HEAD

auth: Compiler warning fixes.
author Timo Sirainen <tss@iki.fi>
date Tue, 16 Mar 2010 19:24:09 +0200
parents c6890ec714ec
children a66d3650e3c3
files src/auth/auth-worker-server.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"