From: joel Date: Wed, 26 Nov 2008 14:24:12 +0000 (+0000) Subject: 2008-11-24 Joel Sherrill X-Git-Tag: cgen-snapshot-20091101~4659 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4f9d6024b3f870499b6fa1847883df1d1e959abf;p=pf3gnuchains%2Fpf3gnuchains4x.git 2008-11-24 Joel Sherrill * arminit.c, iwmmxt.c: Include to eliminate warning. --- diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index dff851574e..e00cf85452 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 df01570fc0..c84fb5cce4 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 6a26f14e62..827b8ac608 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"