diff options
author | DJ Delorie <dj@delorie.com> | 2001-07-30 20:02:22 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2001-07-30 20:02:22 +0000 |
commit | 567b054d12a2f209b2a92aa7893f96a2183cbfcd (patch) | |
tree | 28e3e6386bcc765bdf4c06feb09c62660954d5a6 /libiberty | |
parent | f748c47c8e2dbf98562887b3d74200cd4ecc982f (diff) | |
download | gdb-567b054d12a2f209b2a92aa7893f96a2183cbfcd.tar.gz |
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 */ |