Explorar o código

src/filesystem/unix/SDL_sysfilesystem.c add <stdio.h> inclusion

gets rid of some warnings
Petar Popovic %!s(int64=2) %!d(string=hai) anos
pai
achega
9072b994f7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/filesystem/unix/SDL_sysfilesystem.c

+ 1 - 0
src/filesystem/unix/SDL_sysfilesystem.c

@@ -25,6 +25,7 @@
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 /* System dependent filesystem routines                                */
 
+#include <stdio.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <dirent.h>