summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/src/d_global.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pdbox/PDa/src/d_global.c')
-rw-r--r--apps/plugins/pdbox/PDa/src/d_global.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/pdbox/PDa/src/d_global.c b/apps/plugins/pdbox/PDa/src/d_global.c
index 893abe1f7d..9f4676d48a 100644
--- a/apps/plugins/pdbox/PDa/src/d_global.c
+++ b/apps/plugins/pdbox/PDa/src/d_global.c
@@ -4,8 +4,16 @@
4 4
5/* send~, receive~, throw~, catch~ */ 5/* send~, receive~, throw~, catch~ */
6 6
7#ifdef ROCKBOX
8#include "plugin.h"
9#include "pdbox.h"
10#endif
11
7#include "m_pd.h" 12#include "m_pd.h"
13
14#ifndef ROCKBOX
8#include <string.h> 15#include <string.h>
16#endif
9 17
10#define DEFSENDVS 64 /* LATER get send to get this from canvas */ 18#define DEFSENDVS 64 /* LATER get send to get this from canvas */
11 19