diff options
author | Andreas Jaeger <aj@suse.de> | 2001-07-30 21:23:38 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2001-07-30 21:23:38 +0200 |
commit | b6a2f884704375644829f13705064f08970985d0 (patch) | |
tree | a6c073382739934c8c93fd5e6cbc6d4cd7e1ac9d /libiberty/concat.c | |
parent | c2c0294ae5205428cf07ccb94fab90fbf9de2728 (diff) | |
download | gcc-b6a2f884704375644829f13705064f08970985d0.tar.gz |
* concat.c: Include "config.h".
From-SVN: r44481
Diffstat (limited to 'libiberty/concat.c')
-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 */ |