summaryrefslogtreecommitdiff
path: root/libiberty/hex.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/hex.c
parent02e2292ab3f40bc35b1e1eff4a46d90a3e8bc0b1 (diff)
downloadbinutils-gdb-fa99459db0a91f66893afca6d3f55174c633cf2b.tar.gz
merge from gcc
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 */