diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1993-03-30 08:16:25 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1993-03-30 08:16:25 +0000 |
commit | aa66fddd750ef9ca91a9f08ad2d4d07b18631a7a (patch) | |
tree | 03042828777c3e782b47bdc107eb4988b6629def /gdb/mips-pinsn.c | |
parent | d76ae847f0fee4c4e6f463d252621b8adf945a7d (diff) | |
download | gdb-aa66fddd750ef9ca91a9f08ad2d4d07b18631a7a.zip gdb-aa66fddd750ef9ca91a9f08ad2d4d07b18631a7a.tar.gz gdb-aa66fddd750ef9ca91a9f08ad2d4d07b18631a7a.tar.bz2 |
* mips-pinsn.c: Add missing include of dis-asm.h.
Diffstat (limited to 'gdb/mips-pinsn.c')
-rw-r--r-- | gdb/mips-pinsn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mips-pinsn.c b/gdb/mips-pinsn.c index 8594518..da4232e 100644 --- a/gdb/mips-pinsn.c +++ b/gdb/mips-pinsn.c @@ -18,6 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "defs.h" +#include "dis-asm.h" /* Mips instructions are never longer than this many bytes. */ #define MAXLEN 4 |