summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/intern/sfwrite~.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pdbox/PDa/intern/sfwrite~.c')
-rw-r--r--apps/plugins/pdbox/PDa/intern/sfwrite~.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugins/pdbox/PDa/intern/sfwrite~.c b/apps/plugins/pdbox/PDa/intern/sfwrite~.c
index 0a6f4e9381..ba63322380 100644
--- a/apps/plugins/pdbox/PDa/intern/sfwrite~.c
+++ b/apps/plugins/pdbox/PDa/intern/sfwrite~.c
@@ -1,6 +1,6 @@
1#ifdef ROCKBOX 1#ifdef ROCKBOX
2#include "plugin.h" 2#include "plugin.h"
3#include "pdbox.h" 3#include "../../pdbox.h"
4#else /* ROCKBOX */ 4#else /* ROCKBOX */
5#include <unistd.h> 5#include <unistd.h>
6#include <fcntl.h> 6#include <fcntl.h>
@@ -12,9 +12,9 @@
12#include <sys/stat.h> 12#include <sys/stat.h>
13#endif /* ROCKBOX */ 13#endif /* ROCKBOX */
14 14
15#include <m_pd.h> 15#include "../src/m_pd.h"
16#include <m_fixed.h> 16#include <../src/m_fixed.h>
17#include "g_canvas.h" 17#include "../src/g_canvas.h"
18 18
19 19
20#define BLOCKTIME 10 20#define BLOCKTIME 10