Commit f09dcaa8 by Michael Meissner

Include stdio.h to get STDIO_PROTO correct.

From-SVN: r6546
parent fd2c2b2b
...@@ -29,11 +29,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -29,11 +29,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif #endif
#ifndef STDIO_PROTO #ifndef STDIO_PROTO
#ifdef BUFSIZ #ifndef BUFSIZ
#define STDIO_PROTO(ARGS) PROTO(ARGS) #include <stdio.h>
#else
#define STDIO_PROTO(ARGS) ()
#endif #endif
#define STDIO_PROTO(ARGS) PROTO(ARGS)
#endif #endif
#if defined (USE_PROTOTYPES) ? USE_PROTOTYPES : defined (__STDC__) #if defined (USE_PROTOTYPES) ? USE_PROTOTYPES : defined (__STDC__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment