From 424af2982a2ec5049f6c9122194ce1202302885c Mon Sep 17 00:00:00 2001 From: cgd Date: Sat, 24 Dec 1994 17:38:52 +0000 Subject: [PATCH] pull in stdlib.h --- usr.bin/showmount/showmount.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.bin/showmount/showmount.c b/usr.bin/showmount/showmount.c index 8f52ce1bdd18..56f4489a843d 100644 --- a/usr.bin/showmount/showmount.c +++ b/usr.bin/showmount/showmount.c @@ -1,4 +1,4 @@ -/* $NetBSD: showmount.c,v 1.3 1994/12/21 08:48:10 jtc Exp $ */ +/* $NetBSD: showmount.c,v 1.4 1994/12/24 17:38:52 cgd Exp $ */ /* * Copyright (c) 1989, 1993 @@ -46,7 +46,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)showmount.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$NetBSD: showmount.c,v 1.3 1994/12/21 08:48:10 jtc Exp $"; +static char rcsid[] = "$NetBSD: showmount.c,v 1.4 1994/12/24 17:38:52 cgd Exp $"; #endif not lint #include @@ -59,6 +59,7 @@ static char rcsid[] = "$NetBSD: showmount.c,v 1.3 1994/12/21 08:48:10 jtc Exp $" #include #include #include +#include #include /* Constant defs */