Fix ia64-hpux build failure.
authorJim Wilson <wilson@tuliptree.org>
Thu, 5 May 2005 21:45:58 +0000 (21:45 +0000)
committerJim Wilson <wilson@tuliptree.org>
Thu, 5 May 2005 21:45:58 +0000 (21:45 +0000)
* ia64-opc.c: Include sysdep.h before libiberty.h.

opcodes/ChangeLog
opcodes/ia64-opc.c

index 7541ac2..afd5988 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-05  James E Wilson  <wilson@specifixinc.com>
+
+       * ia64-opc.c: Include sysdep.h before libiberty.h.
+
 2005-05-05  Nick Clifton  <nickc@redhat.com>
 
        * configure.in (ALL_LINGUAS): Add vi.
index 03170fd..dac6113 100644 (file)
@@ -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"