diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2008-11-26 14:24:12 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@oarcorp.com> | 2008-11-26 14:24:12 +0000 |
commit | a85c0b494e07723a497e00242518c762b4169c5d (patch) | |
tree | 23e9888cdbd161f546e63c9f1e69bf47692932bd /sim/arm/arminit.c | |
parent | 3c6528a8d84c4f299297cadc886108dce279b03d (diff) | |
download | gdb-a85c0b494e07723a497e00242518c762b4169c5d.zip gdb-a85c0b494e07723a497e00242518c762b4169c5d.tar.gz gdb-a85c0b494e07723a497e00242518c762b4169c5d.tar.bz2 |
2008-11-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* arminit.c, iwmmxt.c: Include <string.h> to
eliminate warning.
Diffstat (limited to 'sim/arm/arminit.c')
-rw-r--r-- | sim/arm/arminit.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <string.h> + #include "armdefs.h" #include "armemu.h" #include "dbg_rdi.h" |