diff options
| author | Felix Arends <edx@rockbox.org> | 2002-04-30 21:16:22 +0000 |
|---|---|---|
| committer | Felix Arends <edx@rockbox.org> | 2002-04-30 21:16:22 +0000 |
| commit | ced58d3fefd075853c613e7cefd2f43971658fbe (patch) | |
| tree | 8bc5612a1222ac1023dc9634c337e96cfa9da29e /firmware | |
| parent | 4f94aef2437f12085c252d36a52b31c3c32b2555 (diff) | |
| download | rockbox-ced58d3fefd075853c613e7cefd2f43971658fbe.zip rockbox-ced58d3fefd075853c613e7cefd2f43971658fbe.tar.gz rockbox-ced58d3fefd075853c613e7cefd2f43971658fbe.tar.bz2 rockbox-ced58d3fefd075853c613e7cefd2f43971658fbe.tar.xz | |
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
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/common/dir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/common/dir.h b/firmware/common/dir.h index 5a7cd06..078ede2 100644 --- a/firmware/common/dir.h +++ b/firmware/common/dir.h @@ -36,6 +36,7 @@ typedef struct { } DIR; #else // SIMULATOR #ifdef WIN32 +#include <io.h> typedef struct DIRtag { struct dirent fd; |