From abc6d45e5c44b2e7516cb85c199512e82ea46ae1 Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 14 Oct 1998 11:56:28 +0000 Subject: Need "namespace.h". --- lib/libc/stdio/stdio.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdio') diff --git a/lib/libc/stdio/stdio.c b/lib/libc/stdio/stdio.c index 92f4eab84fb..7a4c605d14f 100644 --- a/lib/libc/stdio/stdio.c +++ b/lib/libc/stdio/stdio.c @@ -1,4 +1,4 @@ -/* $NetBSD: stdio.c,v 1.7 1998/02/03 18:41:22 perry Exp $ */ +/* $NetBSD: stdio.c,v 1.8 1998/10/14 11:56:29 kleink Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -41,10 +41,11 @@ #if 0 static char sccsid[] = "@(#)stdio.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: stdio.c,v 1.7 1998/02/03 18:41:22 perry Exp $"); +__RCSID("$NetBSD: stdio.c,v 1.8 1998/10/14 11:56:29 kleink Exp $"); #endif #endif /* LIBC_SCCS and not lint */ +#include "namespace.h" #include #include #include -- cgit