diff options
author | Jens Arnold <amiconn@rockbox.org> | 2009-02-10 23:43:37 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2009-02-10 23:43:37 +0000 |
commit | 11ad7b4bc8bcb049040c02fae04074faf5dfaf27 (patch) | |
tree | ce92c57120cb9b019743a863083f654e8d80f95f /apps/settings.c | |
parent | eddb5680f9aefecdaccf24279cff2d3cf4fd5d86 (diff) |
Move screendump from apps to firmware, solving two nasty firmware-to-apps calls. This required to move the filename creation functions as well. * Fix bug in the BMP header of Clip screendumps. * Add remote screendump for targets with an LCD remote. * Simplify some ifdefs and rename a macro in the sim.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19967 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r-- | apps/settings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c index 506fd5b59d..30b056da53 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -43,6 +43,7 @@ #include "ctype.h" #include "file.h" #include "system.h" +#include "general.h" #include "misc.h" #ifdef HAVE_LCD_BITMAP #include "icons.h" |