From dcb82cbdbceef634ae6dc709270c26380ef24c09 Mon Sep 17 00:00:00 2001 From: cgd Date: Wed, 7 Jun 1995 16:28:03 +0000 Subject: [PATCH] needs string.h --- bin/sh/input.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/sh/input.c b/bin/sh/input.c index 724e0160b6c4..77839fdf3af4 100644 --- a/bin/sh/input.c +++ b/bin/sh/input.c @@ -1,4 +1,4 @@ -/* $NetBSD: input.c,v 1.14 1995/05/11 21:29:15 christos Exp $ */ +/* $NetBSD: input.c,v 1.15 1995/06/07 16:28:03 cgd Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -40,7 +40,7 @@ #if 0 static char sccsid[] = "@(#)input.c 8.2 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: input.c,v 1.14 1995/05/11 21:29:15 christos Exp $"; +static char rcsid[] = "$NetBSD: input.c,v 1.15 1995/06/07 16:28:03 cgd Exp $"; #endif #endif /* not lint */ @@ -49,6 +49,7 @@ static char rcsid[] = "$NetBSD: input.c,v 1.14 1995/05/11 21:29:15 christos Exp #include #include #include +#include /* * This file implements the input routines used by the parser.