# HG changeset patch # User anoll # Date 1369211300 -7200 # Node ID ec922e5c545af99f519e46cee68c540156aa9867 # Parent 7ec426e29e4cfd1bc64c07cb5b7cfc0377072580 8012312: hsdis fails to compile with binutils-2.23.2 Summary: added to header file to make hsdis compile with binutils 2.23.* Reviewed-by: kvn, twisti diff -r 7ec426e29e4c -r ec922e5c545a src/share/tools/hsdis/hsdis.c --- a/src/share/tools/hsdis/hsdis.c Fri May 17 09:10:04 2013 -0700 +++ b/src/share/tools/hsdis/hsdis.c Wed May 22 10:28:20 2013 +0200 @@ -27,6 +27,7 @@ HotSpot PrintAssembly option. */ +#include /* required by bfd.h */ #include #include #include