diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2009-01-12 21:56:46 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2009-01-12 21:56:46 +0000 |
| commit | 52320b83c0e9fb3c3f6c463f8bd61de35f03b235 (patch) | |
| tree | 995a6f7e903f2a142ce64e05b27fa5e189b8544c /apps/plugins/test_resize.c | |
| parent | bbd33a0a7db188e874b11e30e509f32c13200aea (diff) | |
| download | rockbox-52320b83c0e9fb3c3f6c463f8bd61de35f03b235.zip rockbox-52320b83c0e9fb3c3f6c463f8bd61de35f03b235.tar.gz rockbox-52320b83c0e9fb3c3f6c463f8bd61de35f03b235.tar.bz2 rockbox-52320b83c0e9fb3c3f6c463f8bd61de35f03b235.tar.xz | |
Added missing dependencies for codeclib and pluginlib. This required renaming some files that have twins in other places.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19756 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/test_resize.c')
| -rw-r--r-- | apps/plugins/test_resize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_resize.c b/apps/plugins/test_resize.c index a608005..e98fa80 100644 --- a/apps/plugins/test_resize.c +++ b/apps/plugins/test_resize.c @@ -26,7 +26,7 @@ #include "plugin.h" #include "lib/pluginlib_actions.h" -#include "lib/bmp.h" +#include "lib/pluginlib_bmp.h" PLUGIN_HEADER |