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 --- apps/codecs/libmusepack/mpc_types.h | 2 +- apps/codecs/libspeex/config-speex.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/codecs/libmusepack/mpc_types.h b/apps/codecs/libmusepack/mpc_types.h index 61ee5ea67f..aa25f3df99 100644 --- a/apps/codecs/libmusepack/mpc_types.h +++ b/apps/codecs/libmusepack/mpc_types.h @@ -38,7 +38,7 @@ #endif #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/apps/codecs/libspeex/config-speex.h b/apps/codecs/libspeex/config-speex.h index f3b397f541..7e0672c150 100644 --- a/apps/codecs/libspeex/config-speex.h +++ b/apps/codecs/libspeex/config-speex.h @@ -74,7 +74,7 @@ /* #undef HAVE_LIBWINMM */ /* Define to 1 if you have the header file. */ -#define HAVE_MEMORY_H 1 +/* #define HAVE_MEMORY_H 1 */ /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 -- cgit v1.2.3