Three times lucky: <stddef.h>, not <sys/param.h>

This commit is contained in:
Dag-Erling Smørgrav 2002-02-05 08:01:32 +00:00
parent 93cf4c1be3
commit 04f71c5352
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <stddef.h>
#define PAM_SM_AUTH
#define PAM_SM_ACCOUNT

View file

@ -27,7 +27,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <stddef.h>
#define PAM_SM_AUTH
#define PAM_SM_ACCOUNT