1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Fix build on -current: #include <stddef.h> for size_t definition.

Submitted by:	bento
This commit is contained in:
Eric Anholt 2002-12-21 09:45:30 +00:00
parent 3dd4ec6461
commit 064177c3a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71752

View File

@ -0,0 +1,11 @@
--- perdition/pam.h.orig Sat Dec 21 01:36:10 2002
+++ perdition/pam.h Sat Dec 21 01:36:12 2002
@@ -37,6 +37,8 @@
#ifdef WITH_PAM_SUPPORT
+#include <stddef.h>
+
#ifdef HAVE_SECURITY_PAM_MISC_H
#include <security/pam_misc.h>
#endif /* HAVE_SECURITY_PAM_MISC_H */