From cb6a5892d8ccf2d5db04df670e2a524e2bdb2bab Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 27 Oct 1999 18:14:17 +0000 Subject: [PATCH] fix compile time warnings. --- opcodes/ChangeLog | 4 ++++ opcodes/arm-dis.c | 1 + 2 files changed, 5 insertions(+) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c4f4045..a57449a 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +1999-10-27 Scott Bambrough + + * arm-dis.c: Include sysdep.h to prevent compile time warnings. + 1999-10-18 Michael Meissner * alpha-opc.c (alpha_operands): Fill in missing initializer. diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c index baac4a4..9687134 100644 --- a/opcodes/arm-dis.c +++ b/opcodes/arm-dis.c @@ -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" -- 2.7.4