summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>1998-10-14 11:56:28 +0000
committerkleink <kleink@NetBSD.org>1998-10-14 11:56:28 +0000
commitabc6d45e5c44b2e7516cb85c199512e82ea46ae1 (patch)
tree58ce6efeb93102e90f5ca02a7f9b3676e606ce2e /lib/libc/stdio
parent03de6ac37b45dcbc363bd5f88cb3c394c63ba4df (diff)
Need "namespace.h".
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/stdio.c5
1 files changed, 3 insertions, 2 deletions
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 <fcntl.h>
#include <unistd.h>
#include <stdio.h>