[dovecot-cvs] dovecot/src/lib-index/maildir maildir-index.h,1.17,1.18

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


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

Modified Files:
	maildir-index.h 
Log Message:
struct timeval requires sys/time.h



Index: maildir-index.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/maildir/maildir-index.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- maildir-index.h	16 Apr 2003 13:57:21 -0000	1.17
+++ maildir-index.h	7 May 2003 12:21:02 -0000	1.18
@@ -1,6 +1,7 @@
 #ifndef __MAILDIR_INDEX_H
 #define __MAILDIR_INDEX_H
 
+#include <sys/time.h>
 #include <dirent.h>
 #include "mail-index.h"
 




More information about the dovecot-cvs mailing list