Browse Source

Fixed warning: no previous prototype for function 'SDL_InitFilesystem'

Sam Lantinga 1 year ago
parent
commit
94c40fb3c9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/filesystem/SDL_filesystem.c

+ 2 - 0
src/filesystem/SDL_filesystem.c

@@ -20,6 +20,8 @@
 */
 
 #include "SDL_internal.h"
+
+#include "SDL_filesystem_c.h"
 #include "SDL_sysfilesystem.h"
 #include "../stdlib/SDL_sysstdlib.h"