From 6c9ffcbca2f5ac254ccecb12cbe1d260e8daa227 Mon Sep 17 00:00:00 2001 From: aj Date: Mon, 30 Jul 2001 19:23:38 +0000 Subject: [PATCH] * concat.c: Include "config.h". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44481 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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,5 +1,9 @@ 2001-07-30 Andreas Jaeger + * concat.c: Include "config.h". + +2001-07-30 Andreas Jaeger + * regex.c: Declare wcs functions only if compiling with MBS_SUPPORT. Don't use #elif for traditional C. 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 */ -- 2.11.4.GIT