summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/extra/sendOSC.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/sendOSC.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/sendOSC.c')
-rw-r--r--apps/plugins/pdbox/PDa/extra/sendOSC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pdbox/PDa/extra/sendOSC.c b/apps/plugins/pdbox/PDa/extra/sendOSC.c
index ac7ae37954..6bb809d68f 100644
--- a/apps/plugins/pdbox/PDa/extra/sendOSC.c
+++ b/apps/plugins/pdbox/PDa/extra/sendOSC.c
@@ -47,7 +47,7 @@ The OSC webpage is http://cnmat.cnmat.berkeley.edu/OpenSoundControl
47#define MAX_ARGS 2000 47#define MAX_ARGS 2000
48#define SC_BUFFER_SIZE 64000 48#define SC_BUFFER_SIZE 64000
49 49
50#include "m_pd.h" 50#include "../src/m_pd.h"
51#include "OSC-client.h" 51#include "OSC-client.h"
52 52
53#include <string.h> 53#include <string.h>