dovecot-1.2: Compiling fix for AIX.

dovecot at dovecot.org dovecot at dovecot.org
Thu Jun 19 09:00:03 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/fbbb1cdb2fe9
changeset: 7901:fbbb1cdb2fe9
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jun 19 08:17:37 2008 +0300
description:
Compiling fix for AIX.

diffstat:

1 file changed, 1 insertion(+)
src/lib/restrict-access.c |    1 +

diffs (11 lines):

diff -r 40863bb70e3c -r fbbb1cdb2fe9 src/lib/restrict-access.c
--- a/src/lib/restrict-access.c	Thu Jun 19 08:14:46 2008 +0300
+++ b/src/lib/restrict-access.c	Thu Jun 19 08:17:37 2008 +0300
@@ -8,6 +8,7 @@
 #include "restrict-access.h"
 #include "env-util.h"
 
+#include <stdio.h> /* for AIX */
 #include <stdlib.h>
 #include <time.h>
 #include <grp.h>


More information about the dovecot-cvs mailing list