From: Timo Sirainen Date: Fri, 20 Jun 2008 08:15:50 +0000 (+0300) Subject: AIX compiling fix. X-Git-Tag: 1.2.alpha1~225 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43bdf736230c7d02cb6db3184e6fc31f2907e3eb;p=thirdparty%2Fdovecot%2Fcore.git AIX compiling fix. --HG-- branch : HEAD --- diff --git a/src/lib/restrict-access.c b/src/lib/restrict-access.c index 1319eed44c..d09313bb20 100644 --- a/src/lib/restrict-access.c +++ b/src/lib/restrict-access.c @@ -1,6 +1,7 @@ /* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ #define _GNU_SOURCE /* setresgid() */ +#include /* for AIX */ #include #include @@ -8,7 +9,6 @@ #include "restrict-access.h" #include "env-util.h" -#include /* for AIX */ #include #include #include