From 3c60ae5ab5a37eb374787aebaca0575f6bb76cb8 Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Sat, 16 Apr 2005 00:40:08 +0000 Subject: asprintf.c: Include config.h. * asprintf.c: Include config.h. * basename.c: Likewise. * fdmatch.c: Likewise. * hex.c: Likewise. * lbasename.c: Likewise. * spaces.c: Likewise. * xatexit.c:Likewise. * configure.ac: Do check declarations for basename, ffs, asprintf and vasprintf for real. * configure: Regenerate. From-SVN: r98218 --- libiberty/lbasename.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libiberty/lbasename.c') 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" -- cgit v1.1