summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/extra/sendOSC.c
diff options
context:
space:
mode:
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>