From eac36d5a097c0c91ba7204cccc6001bf5bec2513 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 1 Sep 2010 21:45:58 +0000 Subject: struct DIR -> DIR, should fix most if not all reds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27970 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/filefuncs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/export') diff --git a/firmware/export/filefuncs.h b/firmware/export/filefuncs.h index f69c6da29c..3d4e73ad9f 100644 --- a/firmware/export/filefuncs.h +++ b/firmware/export/filefuncs.h @@ -24,6 +24,7 @@ #include #include "config.h" +#include "file.h" #include "dir.h" #ifdef HAVE_MULTIVOLUME @@ -34,6 +35,6 @@ int strip_volume(const char* name, char* namecopy); bool file_exists(const char *file); bool dir_exists(const char *path); #endif -extern struct dirinfo dir_get_info(struct DIR* parent, struct dirent *entry); +extern struct dirinfo dir_get_info(DIR* parent, struct dirent *entry); #endif /* __INCLUDE_FILEFUNCS_H_ */ -- cgit v1.2.3