Add missing include to or1k/exception.c

This commit is contained in:
Michal Sieron 2021-08-23 11:23:18 +02:00
parent 3d4a64e112
commit f2a05e92fa
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include <generated/csr.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
void isr(void);