Index: apps/plugins/pdbox/SOURCES =================================================================== --- apps/plugins/pdbox/SOURCES (revision 21098) +++ apps/plugins/pdbox/SOURCES (working copy) @@ -35,9 +35,7 @@ PDa/src/m_obj.c PDa/src/m_atom.c */ -/* PDa/src/m_memory.c -*/ /* PDa/src/m_binbuf.c Does not compile, file handling stuff */ /* Index: apps/plugins/pdbox/PDa/src/m_memory.c =================================================================== --- apps/plugins/pdbox/PDa/src/m_memory.c (revision 21098) +++ apps/plugins/pdbox/PDa/src/m_memory.c (working copy) @@ -2,8 +2,13 @@ * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ +#ifdef ROCKBOX +#include "plugin.h" +#define memset rb->memset +#else /* ROCKBOX */ #include #include +#endif /* ROCKBOX */ #include "m_pd.h" #include "m_imp.h"