Patch got lost ...

OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=93
This commit is contained in:
Thorsten Kukuk 2012-09-20 13:38:57 +00:00 committed by Git OBS Bridge
parent 0c8101438e
commit fabc3d549b

10
pam-fix-includes.patch Normal file
View File

@ -0,0 +1,10 @@
--- modules/pam_unix/pam_unix_passwd.c
+++ modules/pam_unix/pam_unix_passwd.c
@@ -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>