diff options
Diffstat (limited to 'sim/arm/armemu.h')
-rw-r--r-- | sim/arm/armemu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/arm/armemu.h b/sim/arm/armemu.h index 7f25b94d..318f1b7 100644 --- a/sim/arm/armemu.h +++ b/sim/arm/armemu.h @@ -14,6 +14,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 "armdefs.h" + extern ARMword isize; extern int trace; extern int disas; |