X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=libiberty%2Fvsprintf.c;h=9f09d7e27588dd0cf0fbd6879aa40f29daae1d03;hb=a7498ae6da27216b89836d96a72ce166ef883030;hp=b69e9bc9ca6ec066220026ad1f9b9e1e2efd15d0;hpb=cc096b7166610e6cca71574ef936acbabc922708;p=deliverable%2Fbinutils-gdb.git diff --git a/libiberty/vsprintf.c b/libiberty/vsprintf.c index b69e9bc9ca..9f09d7e275 100644 --- a/libiberty/vsprintf.c +++ b/libiberty/vsprintf.c @@ -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 +#ifdef ANSI_PROTOTYPES +#include +#else #include +#endif #include -#include #undef vsprintf #if defined _IOSTRG && defined _IOWRT