aboutsummaryrefslogtreecommitdiffstats
path: root/src/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filesystem.h')
-rw-r--r--src/filesystem.h2
1 files changed, 1 insertions, 1 deletions
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 @@
1#ifndef FILESYSTEM_H 1#ifndef FILESYSTEM_H
2#define FILESYSTEM_H 2#define FILESYSTEM_H
3 3
4#include "common.h" 4#include "gba/gba.h"
5 5
6typedef enum { 6typedef enum {
7 FS_OPEN_READ = (1 << 0), 7 FS_OPEN_READ = (1 << 0),