1
0
Fork 0
forked from len0rd/rockbox

tlsf: move to /lib (it's also used by plugins).

Change-Id: I5e37b28c1ce4608d60b036343f280af3311ad490
This commit is contained in:
Thomas Martitz 2012-03-27 16:27:02 +02:00
parent 9f2ee2f21a
commit c56950ea3a
16 changed files with 26 additions and 27 deletions

View file

@ -1,5 +1,5 @@
#include "os_types.h"
#include "../lib/tlsf/src/tlsf.h"
#include <tlsf.h>
#if defined(CPU_ARM) || defined(CPU_COLDFIRE) || defined(CPU_MIPS)
#include <setjmp.h>