]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - libiberty/vfprintf.c
This commit was manufactured by cvs2svn to create branch 'csl-
[thirdparty/binutils-gdb.git] / libiberty / vfprintf.c
index db7b2ff4c19e0f92e7548e11430ec79fbba6465f..18f09d47d324771a38b8b78b2ba5bb8dcf777388 100644 (file)
@@ -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>