From 87409a2619957e8756fa5ba47f9f67baec7ead82 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 12 Aug 2010 13:55:01 +0000 Subject: Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27789 a1c6a512-1295-4272-9138-f99709370657 --- flash/extract/extract.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flash/extract/extract.c') diff --git a/flash/extract/extract.c b/flash/extract/extract.c index e6ea2efdc1..b1f8f4d870 100644 --- a/flash/extract/extract.c +++ b/flash/extract/extract.c @@ -23,7 +23,7 @@ #include #include -#include +#include #define UINT8 unsigned char #define UINT16 unsigned short @@ -144,4 +144,4 @@ int main(int argc, char* argv[]) fclose(pOutFile); return 0; -} \ No newline at end of file +} -- cgit v1.2.3