diff options
author | Jim Wilson <wilson@tuliptree.org> | 2005-05-05 21:45:58 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2005-05-05 21:45:58 +0000 |
commit | a3f8b33068755fd6b9e0033abfe9f414fdf3bec8 (patch) | |
tree | ce4d8c841b11f7fb9a42dfa4e658d6b29e2b406d /opcodes/ia64-opc.c | |
parent | 83ba87cddaee29cc8a94a8901d5a4db416e97d0d (diff) | |
download | gdb-a3f8b33068755fd6b9e0033abfe9f414fdf3bec8.tar.gz |
Fix ia64-hpux build failure.
* ia64-opc.c: Include sysdep.h before libiberty.h.
Diffstat (limited to 'opcodes/ia64-opc.c')
-rw-r--r-- | opcodes/ia64-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ia64-opc.c b/opcodes/ia64-opc.c index 03170fd8d95..dac61135894 100644 --- a/opcodes/ia64-opc.c +++ b/opcodes/ia64-opc.c @@ -20,8 +20,8 @@ 02111-1307, USA. */ #include "ansidecl.h" -#include "libiberty.h" #include "sysdep.h" +#include "libiberty.h" #include "ia64-asmtab.h" #include "ia64-asmtab.c" |