From 832e8b7f9a7422b49453b7e389ec411d3037a50f Mon Sep 17 00:00:00 2001 From: nectar Date: Sun, 16 Feb 2003 17:29:11 +0000 Subject: Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). Only warnings that could be fixed without changing the generated object code and without restructuring the source code have been handled. Reviewed by: /sbin/md5 --- lib/libc/rpc/mt_misc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc/rpc/mt_misc.c') diff --git a/lib/libc/rpc/mt_misc.c b/lib/libc/rpc/mt_misc.c index 95edac4..023ec6a 100644 --- a/lib/libc/rpc/mt_misc.c +++ b/lib/libc/rpc/mt_misc.c @@ -10,6 +10,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include "un-namespace.h" /* protects the services list (svc.c) */ -- cgit v1.1