From c64e5e675a9f5e2137310682b1967edde075881c Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 9 Feb 2011 20:38:36 +0000 Subject: Fix remaining reds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29262 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/wrappers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/plugins/lib/wrappers.h b/apps/plugins/lib/wrappers.h index b6fbd51a39..0ef38c14a3 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 -- cgit v1.2.3