(retro_stat.c) Warning fixes - include header for PS3

This commit is contained in:
twinaphex 2015-09-22 01:51:17 +02:00
parent 5e04a5f377
commit cbb9744c66

View File

@ -67,11 +67,7 @@
#include <retro_miscellaneous.h>
#if defined(__CELLOS_LV2__)
#ifndef S_ISDIR
#define S_ISDIR(x) (x & 0040000)
#endif
#include <cell/cell_fs.h>
#endif
#if defined(VITA)