From ca755f767c2d67fb2b52c292402b3b3d3be28244 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Thu, 25 Feb 2010 23:35:16 +0000 Subject: 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 --- apps/plugins/pdbox/PDa/intern/sfwrite~.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/plugins/pdbox/PDa/intern/sfwrite~.c') 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 @@ #ifdef ROCKBOX #include "plugin.h" -#include "pdbox.h" +#include "../../pdbox.h" #else /* ROCKBOX */ #include #include @@ -12,9 +12,9 @@ #include #endif /* ROCKBOX */ -#include -#include -#include "g_canvas.h" +#include "../src/m_pd.h" +#include <../src/m_fixed.h> +#include "../src/g_canvas.h" #define BLOCKTIME 10 -- cgit v1.2.3