summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/extra/hlshelf.c
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2010-02-25 23:35:16 +0000
committerFrank Gevaerts <frank@gevaerts.be>2010-02-25 23:35:16 +0000
commitca755f767c2d67fb2b52c292402b3b3d3be28244 (patch)
tree8a9ec0fc757588e51d648806f4e88fa58f67da9c /apps/plugins/pdbox/PDa/extra/hlshelf.c
parent3b53fe048532565dea5d58fddf532ea3a863c697 (diff)
downloadrockbox-ca755f767c2d67fb2b52c292402b3b3d3be28244.tar.gz
rockbox-ca755f767c2d67fb2b52c292402b3b3d3be28244.zip
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
Diffstat (limited to 'apps/plugins/pdbox/PDa/extra/hlshelf.c')
-rw-r--r--apps/plugins/pdbox/PDa/extra/hlshelf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/pdbox/PDa/extra/hlshelf.c b/apps/plugins/pdbox/PDa/extra/hlshelf.c
index 49f413f9ca..8a5f82bedd 100644
--- a/apps/plugins/pdbox/PDa/extra/hlshelf.c
+++ b/apps/plugins/pdbox/PDa/extra/hlshelf.c
@@ -3,11 +3,11 @@
3 3
4#ifdef ROCKBOX 4#ifdef ROCKBOX
5#include "plugin.h" 5#include "plugin.h"
6#include "pdbox.h" 6#include "../../pdbox.h"
7#include "m_pd.h" 7#include "../src/m_pd.h"
8#include "math.h" 8#include "math.h"
9#else /* ROCKBOX */ 9#else /* ROCKBOX */
10#include <m_pd.h> 10#include "../src/m_pd.h"
11#include <math.h> 11#include <math.h>
12 12
13#ifdef NT 13#ifdef NT