diff options
Diffstat (limited to 'sim/cris/traps.c')
-rw-r--r-- | sim/cris/traps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/cris/traps.c b/sim/cris/traps.c index 99344a2..a55f7df 100644 --- a/sim/cris/traps.c +++ b/sim/cris/traps.c @@ -20,6 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* This must come before any other includes. */ #include "defs.h" +#include "portability.h" #include "sim-main.h" #include "sim-syscall.h" #include "sim-options.h" |