From e7b6782c39ecc02fbfc5545df7fdc0a43c82297e Mon Sep 17 00:00:00 2001 From: John Birrell Date: Mon, 9 Mar 1998 06:51:23 +0000 Subject: Added #include to get prototypes. --- lib/libc/stdio/tmpfile.c | 1 + lib/libc/stdio/vasprintf.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc/stdio') diff --git a/lib/libc/stdio/tmpfile.c b/lib/libc/stdio/tmpfile.c index 2f8abfcc2331..3c5e97ead5ee 100644 --- a/lib/libc/stdio/tmpfile.c +++ b/lib/libc/stdio/tmpfile.c @@ -43,6 +43,7 @@ static char sccsid[] = "@(#)tmpfile.c 8.1 (Berkeley) 6/4/93"; #include #include #include +#include #include FILE * diff --git a/lib/libc/stdio/vasprintf.c b/lib/libc/stdio/vasprintf.c index 7b75b2c653b4..a8403d7764d6 100644 --- a/lib/libc/stdio/vasprintf.c +++ b/lib/libc/stdio/vasprintf.c @@ -24,11 +24,12 @@ */ #if defined(LIBC_RCS) && !defined(lint) -static char rcsid[] = "$Id: vasprintf.c,v 1.6 1997/07/06 07:54:56 peter Exp $"; +static char rcsid[] = "$Id: vasprintf.c,v 1.7 1997/07/06 08:42:37 peter Exp $"; #endif /* LIBC_RCS and not lint */ #include #include +#include #if __STDC__ #include -- cgit v1.3