From 215465df74a6065f4b0fdf199b8b04454520a398 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Wed, 2 Jun 2021 20:20:23 +0200 Subject: Update the renderer to support a text layer --- src/filesystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/filesystem.h') diff --git a/src/filesystem.h b/src/filesystem.h index d50e5e7..6439f83 100644 --- a/src/filesystem.h +++ b/src/filesystem.h @@ -1,7 +1,7 @@ #ifndef FILESYSTEM_H #define FILESYSTEM_H -#include "common.h" +#include "gba/gba.h" typedef enum { FS_OPEN_READ = (1 << 0), -- cgit v1.2.1