From ff1eebe32bb029e20710e7ca1756911d42d46fbf Mon Sep 17 00:00:00 2001 From: David Krause Date: Thu, 10 Jul 2003 00:06:53 +0000 Subject: add missing includes ok deraadt@ tedu@ --- usr.bin/rpcgen/rpc_hout.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/rpcgen/rpc_hout.c') diff --git a/usr.bin/rpcgen/rpc_hout.c b/usr.bin/rpcgen/rpc_hout.c index caa694540aa..f45f833dbd7 100644 --- a/usr.bin/rpcgen/rpc_hout.c +++ b/usr.bin/rpcgen/rpc_hout.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc_hout.c,v 1.14 2003/06/25 16:04:45 deraadt Exp $ */ +/* $OpenBSD: rpc_hout.c,v 1.15 2003/07/10 00:06:51 david Exp $ */ /* $NetBSD: rpc_hout.c,v 1.4 1995/06/11 21:49:55 pk Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -39,6 +39,7 @@ static char sccsid[] = "@(#)rpc_hout.c 1.12 89/02/22 (C) 1987 SMI"; */ #include #include +#include #include #include "rpc_parse.h" #include "rpc_util.h" -- cgit v1.2.3