From f09dcaa805ef96150be52bb0ace52e22f20a724c Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Sun, 13 Feb 1994 18:40:02 +0000 Subject: [PATCH] Include stdio.h to get STDIO_PROTO correct. From-SVN: r6546 --- gcc/halfpic.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/halfpic.h b/gcc/halfpic.h index 7e274d33d5b..32b0108ae8f 100644 --- a/gcc/halfpic.h +++ b/gcc/halfpic.h @@ -29,11 +29,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #ifndef STDIO_PROTO -#ifdef BUFSIZ -#define STDIO_PROTO(ARGS) PROTO(ARGS) -#else -#define STDIO_PROTO(ARGS) () +#ifndef BUFSIZ +#include #endif + +#define STDIO_PROTO(ARGS) PROTO(ARGS) #endif #if defined (USE_PROTOTYPES) ? USE_PROTOTYPES : defined (__STDC__) -- 2.30.2