diff options
author | DJ Delorie <dj@delorie.com> | 2005-04-16 01:05:05 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2005-04-16 01:05:05 +0000 |
commit | 65509b0ff5387f1bd2f2a3ff51d66e39cd363fa3 (patch) | |
tree | 8809d7f4716619c0994886ce21d8e9b5ad1f372b /libiberty/lbasename.c | |
parent | 75fcfa65747922950e0eef105d2a69569fc543f0 (diff) | |
download | gdb-65509b0ff5387f1bd2f2a3ff51d66e39cd363fa3.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/lbasename.c')
-rw-r--r-- | libiberty/lbasename.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/lbasename.c b/libiberty/lbasename.c index 4afe890013e..45858c84de9 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" |