From 9605a4f1b8d40caa120c238543363c9ff148333b Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 17 Aug 2001 14:14:10 +0000 Subject: Include wchar.h for prototypes. --- malloc/obstack.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'malloc') diff --git a/malloc/obstack.c b/malloc/obstack.c index 2e50397..e5c0c40 100644 --- a/malloc/obstack.c +++ b/malloc/obstack.c @@ -46,6 +46,9 @@ #endif #endif +#if defined _LIBC && defined USE_IN_LIBIO +# include +#endif #ifndef ELIDE_CODE -- cgit v1.1