diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2011-02-09 20:38:36 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2011-02-09 20:38:36 +0000 |
| commit | c64e5e675a9f5e2137310682b1967edde075881c (patch) | |
| tree | d268f3c5d9b719fef380a2a84f5ab81b0b9e7f0e /apps/plugins/lib | |
| parent | 86cab2e27a0d9f831b39032fd713945659277903 (diff) | |
| download | rockbox-c64e5e675a9f5e2137310682b1967edde075881c.zip rockbox-c64e5e675a9f5e2137310682b1967edde075881c.tar.gz rockbox-c64e5e675a9f5e2137310682b1967edde075881c.tar.bz2 rockbox-c64e5e675a9f5e2137310682b1967edde075881c.tar.xz | |
Fix remaining reds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29262 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib')
| -rw-r--r-- | apps/plugins/lib/wrappers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/wrappers.h b/apps/plugins/lib/wrappers.h index b6fbd51..0ef38c1 100644 --- a/apps/plugins/lib/wrappers.h +++ b/apps/plugins/lib/wrappers.h @@ -53,6 +53,7 @@ #define strlen rb->strlen #define strlcpy rb->strlcpy #define strrchr rb->strrchr +#define filesize rb->filesize #endif |