Explorar el Código

Patched to compile on FreeBSD.

Ryan C. Gordon hace 12 años
padre
commit
88cd94a0eb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/filesystem/unix/SDL_sysfilesystem.c

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

@@ -29,6 +29,7 @@
 #include <stdlib.h>
 #include <sys/stat.h>
 #include <sys/types.h>
+#include <limits.h>
 
 #ifdef __FREEBSD__
 #include <sys/sysctl.h>