From: Todd C. Miller Date: Mon, 21 Jun 2010 20:19:41 +0000 (-0400) Subject: Include usersec.h on AIX to get IDtouser() prototype. X-Git-Tag: SUDO_1_7_3~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=446300b54a633030c76f358d736e277157426774;p=sudo Include usersec.h on AIX to get IDtouser() prototype. --HG-- branch : 1.7 --- diff --git a/pwutil.c b/pwutil.c index 3b06b06dd..fae59652c 100644 --- a/pwutil.c +++ b/pwutil.c @@ -46,6 +46,9 @@ #ifdef HAVE_UNISTD_H # include #endif /* HAVE_UNISTD_H */ +#ifdef HAVE_SETAUTHDB +# include +#endif /* HAVE_SETAUTHDB */ #include #include