[dovecot-cvs] dovecot-sieve/src xmalloc.h,1.1.1.1,1.2
tss at dovecot.org
tss at dovecot.org
Sun Oct 15 23:01:11 UTC 2006
Update of /var/lib/cvs/dovecot-sieve/src
In directory talvi:/tmp/cvs-serv32712
Modified Files:
xmalloc.h
Log Message:
Include sys/types.h. Fixes compile problems with some systems.
Index: xmalloc.h
===================================================================
RCS file: /var/lib/cvs/dovecot-sieve/src/xmalloc.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- xmalloc.h 11 Jun 2006 11:03:53 -0000 1.1.1.1
+++ xmalloc.h 15 Oct 2006 22:01:09 -0000 1.2
@@ -10,6 +10,7 @@
#define xstrdup(s) strdup(s)
/* missing headers.. */
+#include <sys/types.h>
#include <netinet/in.h>
#include <regex.h>
#include <fcntl.h>
More information about the dovecot-cvs
mailing list