summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-08-14 18:16:02 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-08-14 18:16:02 +0000
commitf8e954f21d070c9d93b9313a995f0f152f4342b4 (patch)
tree51afead1f54315f2fd69c20f670e0a17521b7a16 /security/cyrus-sasl
parentWe still had three locales with uppercase chars. To adapt the style (diff)
Include <sys/types.h> before including <security/pam_appl.h> and
unbreak for -current's PAM. Approved by: "Scot W. Hetzel" <hetzels@westbend.net> (MAINTAINER)
Notes
Notes: svn path=/head/; revision=64512
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r--security/cyrus-sasl/files/pwcheck_pam.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/cyrus-sasl/files/pwcheck_pam.c b/security/cyrus-sasl/files/pwcheck_pam.c
index 57e1076ca92a..aa0b354d330f 100644
--- a/security/cyrus-sasl/files/pwcheck_pam.c
+++ b/security/cyrus-sasl/files/pwcheck_pam.c
@@ -1,4 +1,5 @@
+#include <sys/types.h>
#include <security/pam_appl.h>
#include <stdio.h>
#include <stdlib.h>