summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/extra/OSCroute.c
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2010-02-25 23:35:16 +0000
committerFrank Gevaerts <frank@gevaerts.be>2010-02-25 23:35:16 +0000
commitca755f767c2d67fb2b52c292402b3b3d3be28244 (patch)
tree8a9ec0fc757588e51d648806f4e88fa58f67da9c /apps/plugins/pdbox/PDa/extra/OSCroute.c
parent3b53fe048532565dea5d58fddf532ea3a863c697 (diff)
downloadrockbox-ca755f767c2d67fb2b52c292402b3b3d3be28244.tar.gz
rockbox-ca755f767c2d67fb2b52c292402b3b3d3be28244.zip
Fix pdbox makefile to actually take part in dependency generation
Change pdbox include paths to handle this git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24916 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/pdbox/PDa/extra/OSCroute.c')
-rw-r--r--apps/plugins/pdbox/PDa/extra/OSCroute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/pdbox/PDa/extra/OSCroute.c b/apps/plugins/pdbox/PDa/extra/OSCroute.c
index 34af5aab4b..64edbc777f 100644
--- a/apps/plugins/pdbox/PDa/extra/OSCroute.c
+++ b/apps/plugins/pdbox/PDa/extra/OSCroute.c
@@ -44,7 +44,7 @@ The OSC webpage is http://cnmat.cnmat.berkeley.edu/OpenSoundControl
44 44
45#ifdef ROCKBOX 45#ifdef ROCKBOX
46#include "plugin.h" 46#include "plugin.h"
47#include "pdbox.h" 47#include "../../pdbox.h"
48#else /* ROCKBOX */ 48#else /* ROCKBOX */
49#ifdef WIN32 49#ifdef WIN32
50 #include <stdlib.h> 50 #include <stdlib.h>
@@ -65,7 +65,7 @@ The OSC webpage is http://cnmat.cnmat.berkeley.edu/OpenSoundControl
65#define OSCWarning(x...) post(x) 65#define OSCWarning(x...) post(x)
66 66
67/* the required include files */ 67/* the required include files */
68#include "m_pd.h" 68#include "../src/m_pd.h"
69 69
70 70
71#ifndef TRUE 71#ifndef TRUE