diff --git a/ISLE/switch/filesys.cpp b/ISLE/switch/filesys.cpp index 69a52146..1596bf9a 100644 --- a/ISLE/switch/filesys.cpp +++ b/ISLE/switch/filesys.cpp @@ -38,4 +38,4 @@ bool NX_GetPathInfo(const char *path, SDL_PathInfo *info) if (info) *info = tmp_info; return true; -} \ No newline at end of file +} diff --git a/ISLE/switch/filesys.h b/ISLE/switch/filesys.h index 33beadd8..cd7a1fc3 100644 --- a/ISLE/switch/filesys.h +++ b/ISLE/switch/filesys.h @@ -2,8 +2,9 @@ #define NX_FILESYS_H #include +#include "SDL_dupes.h" #define SDL_GetPathInfo NX_GetPathInfo // Override broken SDL_GetPathInfo bool NX_GetPathInfo(const char *path, SDL_PathInfo *info); -#endif // NX_FILESYS_H \ No newline at end of file +#endif // NX_FILESYS_H