summaryrefslogtreecommitdiff
path: root/libiberty/hex.c
diff options
context:
space:
mode:
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 9e4e306a7d..5738762a7b 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 */