Oops, the correct header to include for NULL is <sys/param.h>.

This commit is contained in:
Dag-Erling Smørgrav 2002-02-05 07:53:00 +00:00
parent 38b968c3a5
commit 93cf4c1be3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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