diff options
Diffstat (limited to 'backends/platform/3ds/osystem.cpp')
-rw-r--r-- | backends/platform/3ds/osystem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/3ds/osystem.cpp b/backends/platform/3ds/osystem.cpp index e19ff8f8de..c42e208b40 100644 --- a/backends/platform/3ds/osystem.cpp +++ b/backends/platform/3ds/osystem.cpp @@ -24,6 +24,7 @@ #define FORBIDDEN_SYMBOL_EXCEPTION_time_h #define FORBIDDEN_SYMBOL_EXCEPTION_unistd_h +#include <3ds.h> #include "osystem.h" #include "backends/saves/default/default-saves.h" |