From 0d8d37212bd1e587b823d9a31c4e6fa765791352 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Tue, 8 Feb 2011 23:16:19 +0000 Subject: [PATCH] Explicitly include as suggested by getpid(2) and don't rely on including what's needed. MFC after: 1 week --- sbin/hastd/proto_uds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/hastd/proto_uds.c b/sbin/hastd/proto_uds.c index 91c98ad725f4..13292c0ebb31 100644 --- a/sbin/hastd/proto_uds.c +++ b/sbin/hastd/proto_uds.c @@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$"); /* UDS - UNIX Domain Socket */ +#include #include #include