Fix console builds

This commit is contained in:
Higor Eurípedes 2015-11-14 20:47:20 -03:00
parent 72b90e0d6c
commit e0e48e8d3e

View File

@ -76,12 +76,12 @@
struct RFILE
{
unsigned hints;
#if defined(PSP) || defined(VITA)
SceUID fd;
#elif defined(__CELLOS_LV2__)
int fd;
#else
unsigned hints;
#if defined(HAVE_BUFFERED_IO)
FILE *fp;
#endif