diff options
Diffstat (limited to 'libiberty/vfprintf.c')
-rw-r--r-- | libiberty/vfprintf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/vfprintf.c b/libiberty/vfprintf.c index db7b2ff..18f09d4 100644 --- a/libiberty/vfprintf.c +++ b/libiberty/vfprintf.c @@ -3,7 +3,8 @@ Copyright (C) 1998 Free Software Foundation, Inc. */ -#ifdef __STDC__ +#include "ansidecl.h" +#ifdef ANSI_PROTOTYPES #include <stdarg.h> #else #include <varargs.h> |