diff options
Diffstat (limited to 'opcodes/tilegx-opc.c')
-rw-r--r-- | opcodes/tilegx-opc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opcodes/tilegx-opc.c b/opcodes/tilegx-opc.c index 682dd1b..b900cd1 100644 --- a/opcodes/tilegx-opc.c +++ b/opcodes/tilegx-opc.c @@ -17,9 +17,10 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +#include "sysdep.h" + /* This define is BFD_RELOC_##x for real bfd, or -1 for everyone else. */ #define BFD_RELOC(x) BFD_RELOC_##x - #include "bfd.h" /* Special registers. */ |