diff options
author | anholt <anholt@FreeBSD.org> | 2002-12-21 17:45:30 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2002-12-21 17:45:30 +0800 |
commit | 6f06b9d8d472a9f2608de605a1578e3f9ffeca3e (patch) | |
tree | 6a1f66e2e0efa5dde66e5093b610beade81ad486 | |
parent | 09654224df01414e6ea44ece3de4d84f9cb3ad45 (diff) | |
download | freebsd-ports-gnome-6f06b9d8d472a9f2608de605a1578e3f9ffeca3e.tar.gz freebsd-ports-gnome-6f06b9d8d472a9f2608de605a1578e3f9ffeca3e.tar.zst freebsd-ports-gnome-6f06b9d8d472a9f2608de605a1578e3f9ffeca3e.zip |
Fix build on -current: #include <stddef.h> for size_t definition.
Submitted by: bento
-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 */ |