Răsfoiți Sursa

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

gets rid of some warnings
Petar Popovic 2 ani în urmă
părinte
comite
9072b994f7
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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>