From: Todd C. Miller Date: Wed, 23 Jun 2010 15:08:54 +0000 (-0400) Subject: Include usersec.h for authenticate() prototype X-Git-Tag: SUDO_1_7_3~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c67a64848d0c674784267bfc0d82de9feff8935;p=sudo Include usersec.h for authenticate() prototype --HG-- branch : 1.7 --- diff --git a/auth/aix_auth.c b/auth/aix_auth.c index 919fa9981..61c5adb1d 100644 --- a/auth/aix_auth.c +++ b/auth/aix_auth.c @@ -42,6 +42,7 @@ # include #endif /* HAVE_UNISTD_H */ #include +#include #include "sudo.h" #include "sudo_auth.h"