]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Compiling fix for AIX.
authorTimo Sirainen <tss@iki.fi>
Thu, 19 Jun 2008 05:17:37 +0000 (08:17 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 19 Jun 2008 05:17:37 +0000 (08:17 +0300)
--HG--
branch : HEAD

src/lib/restrict-access.c

index a05af978283ff9072679a35c8a33aafc3bb3aa68..1319eed44c29c8b937ca8c89518f175f17a3858f 100644 (file)
@@ -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>