From fa99459db0a91f66893afca6d3f55174c633cf2b Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Sat, 16 Apr 2005 01:05:05 +0000 Subject: merge from gcc --- libiberty/asprintf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libiberty/asprintf.c') diff --git a/libiberty/asprintf.c b/libiberty/asprintf.c index 3ef067f..adcdcc2 100644 --- a/libiberty/asprintf.c +++ b/libiberty/asprintf.c @@ -19,6 +19,9 @@ License along with libiberty; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "ansidecl.h" #include "libiberty.h" -- cgit v1.1