diff options
author | DJ Delorie <dj@redhat.com> | 2001-07-30 20:02:22 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-07-30 20:02:22 +0000 |
commit | 65a4f13c671c568e6fb6ced31ddf7b42baa31aae (patch) | |
tree | 7ad95daa9d6f90bc9a3fd754788a557b0bc83eaf /libiberty | |
parent | 407c2b92ba1af5a3ed9cf410bab5b854cc2b1838 (diff) | |
download | binutils-65a4f13c671c568e6fb6ced31ddf7b42baa31aae.tar.gz binutils-65a4f13c671c568e6fb6ced31ddf7b42baa31aae.tar.bz2 binutils-65a4f13c671c568e6fb6ced31ddf7b42baa31aae.zip |
merge from gcc
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/concat.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 <sys/types.h> /* size_t */ |