diff options
Diffstat (limited to 'sim/arm/iwmmxt.c')
-rw-r--r-- | sim/arm/iwmmxt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/arm/iwmmxt.c b/sim/arm/iwmmxt.c index 6a26f14e62d..827b8ac6084 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 <http://www.gnu.org/licenses/>. */ +#include <string.h> + #include "armdefs.h" #include "armos.h" #include "armemu.h" |