diff options
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 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" |