fix includes
authorAnas Nashif <anas.nashif@intel.com>
Thu, 8 Nov 2012 04:03:07 +0000 (20:03 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Sat, 12 Jan 2013 05:44:07 +0000 (21:44 -0800)
modules/pam_unix/pam_unix_acct.c
modules/pam_unix/pam_unix_passwd.c

index 4a362f8..9b56bbd 100644 (file)
@@ -48,6 +48,8 @@
 #include <time.h>              /* for time() */
 #include <errno.h>
 #include <sys/wait.h>
+#include <sys/time.h>
+#include <sys/resource.h>
 
 #include <security/_pam_macros.h>
 
index 9e1302d..e4b7629 100644 (file)
@@ -54,6 +54,7 @@
 #include <ctype.h>
 #include <sys/time.h>
 #include <sys/stat.h>
+#include <sys/resource.h>
 
 #include <signal.h>
 #include <errno.h>