diff options
Diffstat (limited to 'libiberty/hex.c')
-rw-r--r-- | libiberty/hex.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/hex.c b/libiberty/hex.c index 9e4e306..5738762 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 */ |