mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
Three times lucky: <stddef.h>, not <sys/param.h>
This commit is contained in:
parent
93cf4c1be3
commit
04f71c5352
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue