aboutsummaryrefslogtreecommitdiff
path: root/gcc/halfpic.h
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1994-02-13 18:40:02 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1994-02-13 18:40:02 +0000
commitf09dcaa805ef96150be52bb0ace52e22f20a724c (patch)
treec49d9b5348d49db2bb855db25f66b9fe4bde988a /gcc/halfpic.h
parentfd2c2b2b62774451055a695122ce717327906658 (diff)
downloadgcc-f09dcaa805ef96150be52bb0ace52e22f20a724c.zip
gcc-f09dcaa805ef96150be52bb0ace52e22f20a724c.tar.gz
gcc-f09dcaa805ef96150be52bb0ace52e22f20a724c.tar.bz2
Include stdio.h to get STDIO_PROTO correct.
From-SVN: r6546
Diffstat (limited to 'gcc/halfpic.h')
-rw-r--r--gcc/halfpic.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/halfpic.h b/gcc/halfpic.h
index 7e274d3..32b0108 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 <stdio.h>
#endif
+
+#define STDIO_PROTO(ARGS) PROTO(ARGS)
#endif
#if defined (USE_PROTOTYPES) ? USE_PROTOTYPES : defined (__STDC__)