瀏覽代碼

Fixed warning: no previous prototype for function 'SDL_InitFilesystem'

Sam Lantinga 1 年之前
父節點
當前提交
94c40fb3c9
共有 1 個文件被更改,包括 2 次插入0 次删除
  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_internal.h"
+
+#include "SDL_filesystem_c.h"
 #include "SDL_sysfilesystem.h"
 #include "SDL_sysfilesystem.h"
 #include "../stdlib/SDL_sysstdlib.h"
 #include "../stdlib/SDL_sysstdlib.h"