From 9a16dc514d3ee5af8c1ee06d1e7e902c2bb88430 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 16 Jun 2010 17:10:04 -0400 Subject: [PATCH] Add stub declarations for struct stat and struct timeval --- plugins/sudoers/sudoers.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/sudoers/sudoers.h b/plugins/sudoers/sudoers.h index 472e3de53..c124b35c6 100644 --- a/plugins/sudoers/sudoers.h +++ b/plugins/sudoers/sudoers.h @@ -187,6 +187,8 @@ struct sudo_user { struct lbuf; struct passwd; +struct stat; +struct timeval; /* * Function prototypes -- 2.40.0