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:
Pawel Jakub Dawidek 2011-02-08 23:16:19 +00:00
parent f431ab182a
commit 0d8d37212b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218465

View File

@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$");
/* UDS - UNIX Domain Socket */
#include <sys/types.h>
#include <sys/un.h>
#include <errno.h>