mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Add missing include to or1k/exception.c
This commit is contained in:
parent
3d4a64e112
commit
f2a05e92fa
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#include <generated/csr.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
void isr(void);
|
||||
|
|
Loading…
Reference in a new issue