mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
#include <stddef.h> for the definition of NULL instead of depending on
namespace pollution 2 layers deep in <sys/stat.h>. Sorted includes.
This commit is contained in:
parent
ddb7d629f1
commit
163ae6707c
1 changed files with 3 additions and 1 deletions
|
|
@ -24,9 +24,11 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <syslog.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <libutil.h>
|
||||
#include <stddef.h>
|
||||
#include <syslog.h>
|
||||
|
||||
/*
|
||||
* Check for common security problems on a given path
|
||||
|
|
|
|||
Loading…
Reference in a new issue