1
0
Fork 0
forked from len0rd/rockbox

again, a little win32 simulator compability fix

(included io.h)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@351 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Felix Arends 2002-04-30 21:16:22 +00:00
parent 4f94aef243
commit ced58d3fef

View file

@ -36,6 +36,7 @@ typedef struct {
} DIR; } DIR;
#else // SIMULATOR #else // SIMULATOR
#ifdef WIN32 #ifdef WIN32
#include <io.h>
typedef struct DIRtag typedef struct DIRtag
{ {
struct dirent fd; struct dirent fd;