summaryrefslogtreecommitdiff
path: root/opcodes/ia64-opc.c
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>2005-05-05 21:45:58 +0000
committerJim Wilson <wilson@tuliptree.org>2005-05-05 21:45:58 +0000
commit10b076a2ee094ad14e426e19c2fc1b224a129a53 (patch)
tree24dccbea625c7f329d93833ee22026892da20427 /opcodes/ia64-opc.c
parent2e0fbf779582c50ee14125fe8c50738d5ca7041d (diff)
downloadbinutils-gdb-10b076a2ee094ad14e426e19c2fc1b224a129a53.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.c2
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"