Fixed a pcrel relocte miss between different section in the same module.
[deliverable/binutils-gdb.git] / libiberty / vsprintf.c
index b69e9bc9ca6ec066220026ad1f9b9e1e2efd15d0..9f09d7e27588dd0cf0fbd6879aa40f29daae1d03 100644 (file)
@@ -26,9 +26,13 @@ the resulting executable to be covered by the GNU General Public License.
 This exception does not however invalidate any other reasons why
 the executable file might be covered by the GNU General Public License. */
 
+#include <ansidecl.h>
+#ifdef ANSI_PROTOTYPES
+#include <stdarg.h>
+#else
 #include <varargs.h>
+#endif
 #include <stdio.h>
-#include <ansidecl.h>
 #undef vsprintf
 
 #if defined _IOSTRG && defined _IOWRT
This page took 0.023672 seconds and 4 git commands to generate.