From 2cf101e082b6cd3a8a6f4ca2bde3e9f6f16b183f Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 17 Apr 1996 07:32:02 +0000 Subject: [PATCH] kerberos nfs requires an additional include --- lib/librpcsvc/bootparam_prot.x | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/librpcsvc/bootparam_prot.x b/lib/librpcsvc/bootparam_prot.x index 2a5a77d25fa..948f24201c8 100644 --- a/lib/librpcsvc/bootparam_prot.x +++ b/lib/librpcsvc/bootparam_prot.x @@ -44,12 +44,13 @@ %#include %#include %#include +%#include %#include #else %#ifndef lint %/*static char sccsid[] = "from: @(#)bootparam_prot.x 1.2 87/06/24 Copyr 1987 Sun Micro";*/ %/*static char sccsid[] = "from: @(#)bootparam_prot.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$Id: bootparam_prot.x,v 1.1.1.1 1995/10/18 08:43:10 deraadt Exp $"; +%static char rcsid[] = "$Id: bootparam_prot.x,v 1.2 1996/04/17 07:32:02 deraadt Exp $"; %#endif /* not lint */ #endif -- 2.20.1