summaryrefslogtreecommitdiffstats
path: root/lib/libpam/modules/pam_deny/pam_deny.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-02-05 07:53:00 +0000
committerdes <des@FreeBSD.org>2002-02-05 07:53:00 +0000
commitd6eb982a3b565937f57949e29fd7aeb8a7a79bcc (patch)
tree5248ceec7905200473464db03da9fead14f609a9 /lib/libpam/modules/pam_deny/pam_deny.c
parentdf91bf49f0979d8418358821772a374bbab0f6e1 (diff)
downloadFreeBSD-src-d6eb982a3b565937f57949e29fd7aeb8a7a79bcc.zip
FreeBSD-src-d6eb982a3b565937f57949e29fd7aeb8a7a79bcc.tar.gz
Oops, the correct header to include for NULL is <sys/param.h>.
Diffstat (limited to 'lib/libpam/modules/pam_deny/pam_deny.c')
-rw-r--r--lib/libpam/modules/pam_deny/pam_deny.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpam/modules/pam_deny/pam_deny.c b/lib/libpam/modules/pam_deny/pam_deny.c
index 9127b53..4876b47 100644
--- a/lib/libpam/modules/pam_deny/pam_deny.c
+++ b/lib/libpam/modules/pam_deny/pam_deny.c
@@ -27,7 +27,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <sys/types.h>
+#include <sys/param.h>
#define PAM_SM_AUTH
#define PAM_SM_ACCOUNT
OpenPOWER on IntegriCloud