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:
pjd 2011-02-08 23:16:19 +00:00
parent 4b7d2ad6a2
commit 6543d03b93

View File

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