diff options
author | Thomas Martitz <kugel@rockbox.org> | 2010-05-06 22:33:57 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2010-05-06 22:33:57 +0000 |
commit | 55e4fe73cc4722b00864ff3ac3a4a0c54ed290d0 (patch) | |
tree | 42021c8c8e2a1d47dc40f876ad06ed012ba62034 /apps/gui | |
parent | b91f15d842da6726eb84932591ead3f3ce325058 (diff) |
Fix the remaining reds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25858 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
-rw-r--r-- | apps/gui/list.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c index de76310e0b..ef2711d7c9 100644 --- a/apps/gui/list.c +++ b/apps/gui/list.c @@ -20,6 +20,7 @@ ****************************************************************************/ #include <stdarg.h> +#include <stdio.h> #include "config.h" #include "lcd.h" #include "font.h" |