summaryrefslogtreecommitdiff
path: root/security/pam_require/files/patch-pam_require.c
blob: b031c2517fe1cc7b6f0fe4955be373a91a5de411 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -rub pam_require.c pam_require.c
--- pam_require.c	Wed Sep 22 23:32:27 2004
+++ pam_require.c	Thu Mar 30 21:08:43 2006
@@ -49,7 +49,7 @@
 #include <grp.h>
 #include <pwd.h>
 #include <unistd.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <stdarg.h>
 
 /* taken from pam_ldap */