dovecot-1.1: AIX compiling fix.

dovecot at dovecot.org dovecot at dovecot.org
Fri Jun 20 11:19:21 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/214943010f80
changeset: 7697:214943010f80
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 cb379822566a -r 214943010f80 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