diff options
Diffstat (limited to 'arm9/source/framebuffer.c')
-rw-r--r-- | arm9/source/framebuffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arm9/source/framebuffer.c b/arm9/source/framebuffer.c index 4a4b03d..65bedc9 100644 --- a/arm9/source/framebuffer.c +++ b/arm9/source/framebuffer.c @@ -23,6 +23,8 @@ #include <nds.h> #include <string.h> +#include "ds81_global.h" + /* ---------------------------------------- STATIC DATA */ #define WIDTH 256 |