mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Explicitly include <sys/types.h> as suggested by getpid(2) and don't rely on
<sys/un.h> including what's needed. MFC after: 1 week
This commit is contained in:
parent
f431ab182a
commit
0d8d37212b
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
/* UDS - UNIX Domain Socket */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
#include <errno.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue