From 831701e789b7cd904bdc35c96d0dcbc3c98f422b Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 19 Jun 2008 08:17:37 +0300 Subject: [PATCH] Compiling fix for AIX. --HG-- branch : HEAD --- src/lib/restrict-access.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/restrict-access.c b/src/lib/restrict-access.c index a05af97828..1319eed44c 100644 --- a/src/lib/restrict-access.c +++ b/src/lib/restrict-access.c @@ -8,6 +8,7 @@ #include "restrict-access.h" #include "env-util.h" +#include /* for AIX */ #include #include #include -- 2.47.3