forked from len0rd/rockbox
Fix sdl application build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28004 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d7cfd76216
commit
9940663f0c
3 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,6 @@ struct dirinfo {
|
|||
unsigned short wrttime;
|
||||
};
|
||||
|
||||
#ifndef APPLICATION
|
||||
#include <stdbool.h>
|
||||
#include "file.h"
|
||||
|
||||
|
@ -91,6 +90,5 @@ extern struct dirent_uncached* readdir_uncached(DIR_UNCACHED* dir);
|
|||
extern int release_dirs(int volume);
|
||||
|
||||
#endif /* DIRFUNCTIONS_DEFINED */
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue