diff options
Diffstat (limited to '')
-rw-r--r-- | mail/perdition/files/patch-ak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/perdition/files/patch-ak b/mail/perdition/files/patch-ak new file mode 100644 index 000000000000..9e4e3f3490a2 --- /dev/null +++ b/mail/perdition/files/patch-ak @@ -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 */ |