diff options
Diffstat (limited to 'sim/m32c/opc2c.c')
-rw-r--r-- | sim/m32c/opc2c.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/m32c/opc2c.c b/sim/m32c/opc2c.c index 4c97644..3d1713d 100644 --- a/sim/m32c/opc2c.c +++ b/sim/m32c/opc2c.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 <stdio.h> #include <string.h> |