8012312: hsdis fails to compile with binutils-2.23.2
Added <config.h> to header file to make hsdis compile with binutils 2.23.* Reviewed-by: kvn, twisti
This commit is contained in:
parent
dbe27b6d39
commit
d4f4c29b95
@ -27,6 +27,7 @@
|
|||||||
HotSpot PrintAssembly option.
|
HotSpot PrintAssembly option.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <config.h> /* required by bfd.h */
|
||||||
#include <libiberty.h>
|
#include <libiberty.h>
|
||||||
#include <bfd.h>
|
#include <bfd.h>
|
||||||
#include <dis-asm.h>
|
#include <dis-asm.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user