From f33b97f91391579f28d9346967d713345790eaeb Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Thu, 12 Sep 1996 21:52:04 +0000 Subject: *** empty log message *** Thu Sep 12 12:33:52 1996 Thomas Bushnell, n/BSG * stdio-common/vfprintf.c: Include . * stdio-common/vfscanf.c: Likewise. * sysdeps/mach/libc-lock.h (__libc_cleanup_region_start): New macro. (__libc_cleanup_region_end): New macro. * stdio-common/vfscanf.c (UNLOCK_STREAM) [! USE_IN_LIBIO]: Call __libc_cleanup_region_end, not __libc_cleanup_region_start. --- stdio-common/vfprintf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stdio-common/vfprintf.c') diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index f5a1e23ca9..d27bbdbf57 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA. */ #include #include #include +#include #include "_itoa.h" #include "../locale/localeinfo.h" -- cgit v1.2.3