]> granicus.if.org Git - sudo/commitdiff
Include usersec.h for authenticate() prototype
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 23 Jun 2010 15:08:54 +0000 (11:08 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 23 Jun 2010 15:08:54 +0000 (11:08 -0400)
--HG--
branch : 1.7

auth/aix_auth.c

index 919fa9981969d71775300cc701a911851d00c2df..61c5adb1db12e4301b937a3e398c6993ba74b354 100644 (file)
@@ -42,6 +42,7 @@
 # include <unistd.h>
 #endif /* HAVE_UNISTD_H */
 #include <pwd.h>
+#include <usersec.h>
 
 #include "sudo.h"
 #include "sudo_auth.h"