From: Sascha Wildner Date: Sun, 30 Nov 2014 20:28:13 +0000 (+0100) Subject: rpc.statd(8): Add missing include to fix the build. X-Git-Tag: v4.2.0rc~1344 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/b7b72b6236dd95a2ca9275ce9655ec581237e53a rpc.statd(8): Add missing include to fix the build. Reported-by: Robin Hahling --- diff --git a/usr.sbin/rpc.statd/statd.c b/usr.sbin/rpc.statd/statd.c index a183acc218..a0a7576880 100644 --- a/usr.sbin/rpc.statd/statd.c +++ b/usr.sbin/rpc.statd/statd.c @@ -40,6 +40,7 @@ #include #include #include +#include #include #include #include