summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/pdbox.h
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2009-09-23 18:36:13 +0000
committerMagnus Holmgren <magnushol@gmail.com>2009-09-23 18:36:13 +0000
commitb11a7fde080b9cee4c92cb8980c597fbf6c32b56 (patch)
tree8da1c43b77696f3e2f2d1743b3662449c2ff1196 /apps/plugins/pdbox/pdbox.h
parent073e2062da89d31c73b7fdb40b0fc1dabc89bd17 (diff)
downloadrockbox-b11a7fde080b9cee4c92cb8980c597fbf6c32b56.tar.gz
rockbox-b11a7fde080b9cee4c92cb8980c597fbf6c32b56.zip
Make PDBox use the copy of TLSF in the codecs folder (and remove the old copy).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22802 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/pdbox/pdbox.h')
-rw-r--r--apps/plugins/pdbox/pdbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pdbox/pdbox.h b/apps/plugins/pdbox/pdbox.h
index a8ae466675..b7a3e2724b 100644
--- a/apps/plugins/pdbox/pdbox.h
+++ b/apps/plugins/pdbox/pdbox.h
@@ -25,7 +25,7 @@
25 25
26#if 1 26#if 1
27/* Use TLSF. */ 27/* Use TLSF. */
28#include "tlsf.h" 28#include "codecs/lib/tlsf/src/tlsf.h"
29#endif 29#endif
30 30
31/* Pure Data */ 31/* Pure Data */