dovecot-1.2: AIX compiling fix.

dovecot at dovecot.org dovecot at dovecot.org
Sat Jun 21 16:40:51 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/bdc5cf87dbaa
changeset: 7936:bdc5cf87dbaa
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jun 20 11:15:50 2008 +0300
description:
AIX compiling fix.

diffstat:

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

diffs (19 lines):

diff -r 9b5040a75f9f -r bdc5cf87dbaa src/lib/restrict-access.c
--- a/src/lib/restrict-access.c	Fri Jun 20 11:11:49 2008 +0300
+++ b/src/lib/restrict-access.c	Fri Jun 20 11:15:50 2008 +0300
@@ -1,6 +1,7 @@
 /* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */
 
 #define _GNU_SOURCE /* setresgid() */
+#include <stdio.h> /* for AIX */
 #include <sys/types.h>
 #include <unistd.h>
 
@@ -8,7 +9,6 @@
 #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