aboutsummaryrefslogtreecommitdiff
path: root/sim/m32c/int.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/m32c/int.c')
-rw-r--r--sim/m32c/int.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/m32c/int.c b/sim/m32c/int.c
index ffc96ae..4275399 100644
--- a/sim/m32c/int.c
+++ b/sim/m32c/int.c
@@ -18,6 +18,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+/* This must come before any other includes. */
+#include "defs.h"
#include "int.h"
#include "cpu.h"