summaryrefslogtreecommitdiffstats
path: root/libiberty/hex.c
diff options
context:
space:
mode:
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-16 00:40:08 +0000
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-16 00:40:08 +0000
commit9459c27315e0893e24c09f7cdf6fea5d6983b679 (patch)
treebbfe27041b455972c399668b84994b1ebafccd5a /libiberty/hex.c
parent643fd4ce21e1839e0252c21b17c50f0654b585be (diff)
downloadppe42-gcc-9459c27315e0893e24c09f7cdf6fea5d6983b679.tar.gz
ppe42-gcc-9459c27315e0893e24c09f7cdf6fea5d6983b679.zip
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98218 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/hex.c')
-rw-r--r--libiberty/hex.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/hex.c b/libiberty/hex.c
index 9e4e306a7d4..5738762a7b2 100644
--- a/libiberty/hex.c
+++ b/libiberty/hex.c
@@ -18,6 +18,9 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <stdio.h> /* for EOF */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include "libiberty.h"
#include "safe-ctype.h" /* for HOST_CHARSET_ASCII */
OpenPOWER on IntegriCloud