From a85c0b494e07723a497e00242518c762b4169c5d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 26 Nov 2008 14:24:12 +0000 Subject: [PATCH] 2008-11-24 Joel Sherrill * arminit.c, iwmmxt.c: Include to eliminate warning. --- sim/arm/ChangeLog | 4 ++++ sim/arm/arminit.c | 2 ++ sim/arm/iwmmxt.c | 2 ++ 3 files changed, 8 insertions(+) diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index dff8515..e00cf85 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,7 @@ +2008-11-24 Joel Sherrill + + * arminit.c, iwmmxt.c: Include to + eliminate warning. 2008-07-11 Hans-Peter Nilsson * configure: Regenerate to track ../common/common.m4 changes. diff --git a/sim/arm/arminit.c b/sim/arm/arminit.c index df01570..c84fb5c 100644 --- a/sim/arm/arminit.c +++ b/sim/arm/arminit.c @@ -15,6 +15,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +#include + #include "armdefs.h" #include "armemu.h" #include "dbg_rdi.h" diff --git a/sim/arm/iwmmxt.c b/sim/arm/iwmmxt.c index 6a26f14..827b8ac 100644 --- a/sim/arm/iwmmxt.c +++ b/sim/arm/iwmmxt.c @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#include + #include "armdefs.h" #include "armos.h" #include "armemu.h" -- 2.7.4