From 4d09105f586444a958e241b1cab5fed546b7c2f0 Mon Sep 17 00:00:00 2001 From: cgd Date: Wed, 19 Oct 1994 03:18:47 +0000 Subject: [PATCH] needs string.h --- lib/libc/stdio/tempnam.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/stdio/tempnam.c b/lib/libc/stdio/tempnam.c index ecc072e42c74..2e137d697fac 100644 --- a/lib/libc/stdio/tempnam.c +++ b/lib/libc/stdio/tempnam.c @@ -33,13 +33,14 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)tempnam.c 5.1 (Berkeley) 2/22/91";*/ -static char *rcsid = "$Id: tempnam.c,v 1.4 1993/08/26 00:47:29 jtc Exp $"; +static char *rcsid = "$Id: tempnam.c,v 1.5 1994/10/19 03:18:47 cgd Exp $"; #endif /* LIBC_SCCS and not lint */ #include #include #include #include +#include #include #include