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:
Albert Noll 2013-05-22 10:28:20 +02:00
parent dbe27b6d39
commit d4f4c29b95

View File

@ -27,6 +27,7 @@
HotSpot PrintAssembly option.
*/
#include <config.h> /* required by bfd.h */
#include <libiberty.h>
#include <bfd.h>
#include <dis-asm.h>