From: Andreas Jaeger Date: Mon, 30 Jul 2001 19:23:38 +0000 (+0200) Subject: * concat.c: Include "config.h". X-Git-Tag: prereleases/libstdc++-3.0.95~2971 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6a2f884704375644829f13705064f08970985d0;p=thirdparty%2Fgcc.git * concat.c: Include "config.h". From-SVN: r44481 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 9d5e08588210..fc312e664d8c 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2001-07-30 Andreas Jaeger + + * concat.c: Include "config.h". + 2001-07-30 Andreas Jaeger * regex.c: Declare wcs functions only if compiling with diff --git a/libiberty/concat.c b/libiberty/concat.c index 2e0ce4996e7e..01270eadcf2d 100644 --- a/libiberty/concat.c +++ b/libiberty/concat.c @@ -53,6 +53,9 @@ NOTES */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "ansidecl.h" #include "libiberty.h" #include /* size_t */