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
4b7d2ad6a2
commit
6543d03b93
@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
/* UDS - UNIX Domain Socket */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
#include <errno.h>
|
||||
|
Loading…
Reference in New Issue
Block a user