summaryrefslogtreecommitdiff
path: root/libiberty/hex.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2005-04-16 01:05:05 +0000
committerDJ Delorie <dj@delorie.com>2005-04-16 01:05:05 +0000
commit65509b0ff5387f1bd2f2a3ff51d66e39cd363fa3 (patch)
tree8809d7f4716619c0994886ce21d8e9b5ad1f372b /libiberty/hex.c
parent75fcfa65747922950e0eef105d2a69569fc543f0 (diff)
downloadgdb-65509b0ff5387f1bd2f2a3ff51d66e39cd363fa3.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 */