1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Thomas Martitz 2010-08-12 13:55:01 +00:00
parent 0e2286f226
commit 87409a2619
13 changed files with 18 additions and 22 deletions

View file

@ -23,7 +23,7 @@
#include <stdio.h>
#include <SDL.h>
#include <SDL_thread.h>
#include "memory.h"
#include <inttypes.h>
#include "system-sdl.h"
#include "thread-sdl.h"
#include "kernel.h"