8012312: hsdis fails to compile with binutils-2.23.2
authoranoll
Wed, 22 May 2013 10:28:20 +0200
changeset 17618 882c7fe997eb
parent 17596 cc309911da72
child 17619 4fd15e9e97f2
8012312: hsdis fails to compile with binutils-2.23.2 Summary: added <config.h> to header file to make hsdis compile with binutils 2.23.* Reviewed-by: kvn, twisti
hotspot/src/share/tools/hsdis/hsdis.c
--- a/hotspot/src/share/tools/hsdis/hsdis.c	Fri May 17 09:10:04 2013 -0700
+++ b/hotspot/src/share/tools/hsdis/hsdis.c	Wed May 22 10:28:20 2013 +0200
@@ -27,6 +27,7 @@
    HotSpot PrintAssembly option.
 */
 
+#include <config.h> /* required by bfd.h */
 #include <libiberty.h>
 #include <bfd.h>
 #include <dis-asm.h>