summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-11-21 20:07:15 +0000
committerJens Arnold <amiconn@rockbox.org>2008-11-21 20:07:15 +0000
commit40a3af52048aa8692924ba97dd3ea011604c8ac6 (patch)
tree9463c20dfb9f91b42489902004c2308b339e0e26 /apps
parent066f0112f7e565a688f52a3984ec3a32d937fe12 (diff)
downloadrockbox-40a3af52048aa8692924ba97dd3ea011604c8ac6.tar.gz
rockbox-40a3af52048aa8692924ba97dd3ea011604c8ac6.zip
That test plugin was forgotten in the make system overhaul.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19174 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/test_grey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/test_grey.c b/apps/plugins/test_grey.c
index 8ae880efb3..34167e44c3 100644
--- a/apps/plugins/test_grey.c
+++ b/apps/plugins/test_grey.c
@@ -19,8 +19,8 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21#include "plugin.h" 21#include "plugin.h"
22#include "grey.h" 22#include "lib/grey.h"
23#include "helper.h" 23#include "lib/helper.h"
24 24
25PLUGIN_HEADER 25PLUGIN_HEADER
26 26