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/extra/lowshelf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/plugins/pdbox/PDa/extra/lowshelf.c') diff --git a/apps/plugins/pdbox/PDa/extra/lowshelf.c b/apps/plugins/pdbox/PDa/extra/lowshelf.c index 77086badb7..3722f8c0d4 100644 --- a/apps/plugins/pdbox/PDa/extra/lowshelf.c +++ b/apps/plugins/pdbox/PDa/extra/lowshelf.c @@ -12,12 +12,12 @@ #ifdef ROCKBOX #include "plugin.h" -#include "pdbox.h" -#include "m_pd.h" +#include "../../pdbox.h" +#include "../src/m_pd.h" #include "math.h" #include "filters.h" #else /* ROCKBOX */ -#include "m_pd.h" +#include "../src/m_pd.h" #ifdef NT #pragma warning( disable : 4244 ) #pragma warning( disable : 4305 ) -- cgit v1.2.3