diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-10-25 09:09:02 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-10-25 09:09:02 +0000 |
commit | 342b5fef2a66389fd88bdf72ad1a722d2c59517a (patch) | |
tree | 7e50630a570974a5940a0e7b83964f19d58af550 /gdb/mep-tdep.c | |
parent | 2babba4317657f9eae14e3ee84ce40a0ae3cafa0 (diff) | |
download | gdb-342b5fef2a66389fd88bdf72ad1a722d2c59517a.zip gdb-342b5fef2a66389fd88bdf72ad1a722d2c59517a.tar.gz gdb-342b5fef2a66389fd88bdf72ad1a722d2c59517a.tar.bz2 |
gdb/
* mep-tdep.c: Update include for the new location cgen/bitset.h.
Diffstat (limited to 'gdb/mep-tdep.c')
-rw-r--r-- | gdb/mep-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mep-tdep.c b/gdb/mep-tdep.c index 3d2b666..e5065c2 100644 --- a/gdb/mep-tdep.c +++ b/gdb/mep-tdep.c @@ -46,7 +46,7 @@ #include "elf-bfd.h" #include "elf/mep.h" #include "prologue-value.h" -#include "opcode/cgen-bitset.h" +#include "cgen/bitset.h" #include "infcall.h" #include "gdb_assert.h" |