aboutsummaryrefslogtreecommitdiff
path: root/libiberty/lbasename.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-04-16 01:05:05 +0000
committerDJ Delorie <dj@redhat.com>2005-04-16 01:05:05 +0000
commitfa99459db0a91f66893afca6d3f55174c633cf2b (patch)
tree84670f0bf8a5bdedf870358416851838e463010e /libiberty/lbasename.c
parent02e2292ab3f40bc35b1e1eff4a46d90a3e8bc0b1 (diff)
downloadfsf-binutils-gdb-fa99459db0a91f66893afca6d3f55174c633cf2b.zip
fsf-binutils-gdb-fa99459db0a91f66893afca6d3f55174c633cf2b.tar.gz
fsf-binutils-gdb-fa99459db0a91f66893afca6d3f55174c633cf2b.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/lbasename.c')
-rw-r--r--libiberty/lbasename.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/lbasename.c b/libiberty/lbasename.c
index 4afe890..45858c8 100644
--- a/libiberty/lbasename.c
+++ b/libiberty/lbasename.c
@@ -37,6 +37,9 @@ and a path ending in @code{/} returns the empty string after it.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include "ansidecl.h"
#include "libiberty.h"
#include "safe-ctype.h"