diff options
Diffstat (limited to 'src/graphics/mbox.c')
-rw-r--r-- | src/graphics/mbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics/mbox.c b/src/graphics/mbox.c index c0a8a57..0dac497 100644 --- a/src/graphics/mbox.c +++ b/src/graphics/mbox.c @@ -1,4 +1,4 @@ -#include "../sys/core.h" +#include <symbols.h> /* mailbox message buffer */ volatile unsigned int __attribute__((aligned(16))) mbox[36]; |