From b6a2f884704375644829f13705064f08970985d0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 30 Jul 2001 21:23:38 +0200 Subject: [PATCH] * concat.c: Include "config.h". From-SVN: r44481 --- libiberty/ChangeLog | 4 ++++ libiberty/concat.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 9d5e0858821..fc312e664d8 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 2e0ce4996e7..01270eadcf2 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 */