diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2009-05-03 07:02:09 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-05-03 07:02:09 +0000 |
| commit | ad031e903cc852379a8ecceff3d10d9e71bf6355 (patch) | |
| tree | b01db6daeeba6606e7983e4111e905e245ee888a /apps/plugins/lib/read_image.c | |
| parent | a4c428114cb55404b5e2eff81f0bf929e27492b2 (diff) | |
| download | rockbox-ad031e903cc852379a8ecceff3d10d9e71bf6355.zip rockbox-ad031e903cc852379a8ecceff3d10d9e71bf6355.tar.gz rockbox-ad031e903cc852379a8ecceff3d10d9e71bf6355.tar.bz2 rockbox-ad031e903cc852379a8ecceff3d10d9e71bf6355.tar.xz | |
Make local function static in jpeg_load.c, add missing header file in read_image.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20848 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/read_image.c')
| -rw-r--r-- | apps/plugins/lib/read_image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/read_image.c b/apps/plugins/lib/read_image.c index 0420ed8..8b6d784 100644 --- a/apps/plugins/lib/read_image.c +++ b/apps/plugins/lib/read_image.c @@ -23,6 +23,7 @@ #include <plugin.h> #include "feature_wrappers.h" +#include "read_image.h" int read_image_file(const char* filename, struct bitmap *bm, int maxsize, int format, const struct custom_format *cformat) |