From 65a4f13c671c568e6fb6ced31ddf7b42baa31aae Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 30 Jul 2001 20:02:22 +0000 Subject: [PATCH] merge from gcc --- libiberty/concat.c | 3 +++ 1 file changed, 3 insertions(+) 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.30.2