[dovecot-cvs] dovecot/src/lib ioloop-internal.h,1.6,1.7 ioloop.h,1.8,1.9

cras at procontrol.fi cras at procontrol.fi
Wed May 7 16:21:04 EEST 2003


Update of /home/cvs/dovecot/src/lib
In directory danu:/tmp/cvs-serv16791/lib

Modified Files:
	ioloop-internal.h ioloop.h 
Log Message:
struct timeval requires sys/time.h



Index: ioloop-internal.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib/ioloop-internal.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ioloop-internal.h	27 Apr 2003 02:52:22 -0000	1.6
+++ ioloop-internal.h	7 May 2003 12:21:02 -0000	1.7
@@ -3,8 +3,6 @@
 
 #include "ioloop.h"
 
-#include <sys/time.h>
-
 struct ioloop {
         struct ioloop *prev;
 

Index: ioloop.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib/ioloop.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ioloop.h	27 Jan 2003 01:44:34 -0000	1.8
+++ ioloop.h	7 May 2003 12:21:02 -0000	1.9
@@ -1,6 +1,7 @@
 #ifndef __IOLOOP_H
 #define __IOLOOP_H
 
+#include <sys/time.h>
 #include <time.h>
 
 #define IO_READ			(1 << 0)




More information about the dovecot-cvs mailing list