diff options
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 2e0ce49..01270ea 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 */ |