* mips-pinsn.c: Add missing include of dis-asm.h.
authorPeter Schauer <Peter.Schauer@mytum.de>
Tue, 30 Mar 1993 08:16:25 +0000 (08:16 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Tue, 30 Mar 1993 08:16:25 +0000 (08:16 +0000)
gdb/ChangeLog
gdb/mips-pinsn.c

index 6ca6897fb9a3052d8219b7ce35e6b1ac6d98cd63..a3ad94e9c221c792961b1c662c24e331f11b1fe9 100644 (file)
@@ -1,3 +1,7 @@
+Tue Mar 30 00:14:38 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * mips-pinsn.c: Add missing include of dis-asm.h.
+
 Mon Mar 29 15:03:25 1993  Fred Fish  (fnf@cygnus.com)
 
        * Makefile.in (clean, distclean, realclean):  Recursively apply
index 859451820e39fb5aad5849c43e2978d72de00ef6..da4232ed5b102b2bbd1a9bf49079d06d527e97da 100644 (file)
@@ -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