[dovecot-cvs] dovecot/src/auth auth-worker-server.c,1.3,1.4

cras at dovecot.org cras at dovecot.org
Tue Jun 28 20:05:50 EEST 2005


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv8531

Modified Files:
	auth-worker-server.c 
Log Message:
Compiler warning fix



Index: auth-worker-server.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth-worker-server.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- auth-worker-server.c	14 Jun 2005 09:17:40 -0000	1.3
+++ auth-worker-server.c	28 Jun 2005 17:05:47 -0000	1.4
@@ -11,6 +11,7 @@
 #include "auth-worker-server.h"
 
 #include <stdlib.h>
+#include <unistd.h>
 
 #define AUTH_WORKER_MAX_OUTBUF_SIZE 10240
 #define AUTH_WORKER_MAX_IDLE_TIME (60*30)



More information about the dovecot-cvs mailing list