Fix ia64-hpux build failure.

* ia64-opc.c: Include sysdep.h before libiberty.h.
This commit is contained in:
Jim Wilson 2005-05-05 21:45:58 +00:00
parent 2e0fbf7795
commit 10b076a2ee
2 changed files with 5 additions and 1 deletions

View 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.

View 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"