From 7c67a64848d0c674784267bfc0d82de9feff8935 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 23 Jun 2010 11:08:54 -0400 Subject: [PATCH] Include usersec.h for authenticate() prototype --HG-- branch : 1.7 --- auth/aix_auth.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.50.1