Added missing SDL_sysfilesystem.h includes

This commit is contained in:
Sam Lantinga
2024-07-17 09:09:42 -07:00
parent 2eda7b2c24
commit b3df46e4bc
16 changed files with 45 additions and 9 deletions

View File

@@ -20,14 +20,16 @@
*/
#include "SDL_internal.h"
#include <sys/stat.h>
#include <unistd.h>
#ifdef SDL_FILESYSTEM_PS2
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* System dependent filesystem routines */
#include "../SDL_sysfilesystem.h"
#include <sys/stat.h>
#include <unistd.h>
char *SDL_SYS_GetBasePath(void)
{
char *retval = NULL;