fix compile time warnings.
authorNick Clifton <nickc@redhat.com>
Wed, 27 Oct 1999 18:14:17 +0000 (18:14 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 27 Oct 1999 18:14:17 +0000 (18:14 +0000)
opcodes/ChangeLog
opcodes/arm-dis.c

index c4f4045caf9668c02d96f3dc720d00c7da8e5ffa..a57449aeceadb4175316d63d3c14f3c60239fe25 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-27  Scott Bambrough  <scottb@netwinder.org>
+
+       * arm-dis.c: Include sysdep.h to prevent compile time warnings.
+
 1999-10-18  Michael Meissner  <meissner@cygnus.com>
 
        * alpha-opc.c (alpha_operands): Fill in missing initializer.
index baac4a4dfad3ec3ac9c83f323a3663878805b43a..9687134b84aeb73aff7ffd5354e7ec88190ad54e 100644 (file)
@@ -19,6 +19,7 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
+#include "sysdep.h"
 #include "dis-asm.h"
 #define DEFINE_TABLE
 #include "arm-opc.h"