diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2010-05-14 13:21:40 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2010-05-14 13:21:40 +0000 |
| commit | 0246f0ceb4aeeb29ac7a77fc47f49c67cd7884f2 (patch) | |
| tree | 907131a6c240076fe3779c26ee77a206178afa18 /apps/gui/buttonbar.c | |
| parent | ac43fd367ab4e2b41f2671a047c86e5ace81a33d (diff) | |
| download | rockbox-0246f0ceb4aeeb29ac7a77fc47f49c67cd7884f2.zip rockbox-0246f0ceb4aeeb29ac7a77fc47f49c67cd7884f2.tar.gz rockbox-0246f0ceb4aeeb29ac7a77fc47f49c67cd7884f2.tar.bz2 rockbox-0246f0ceb4aeeb29ac7a77fc47f49c67cd7884f2.tar.xz | |
Fix remaining reds/yellows.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26024 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/buttonbar.c')
| -rw-r--r-- | apps/gui/buttonbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/buttonbar.c b/apps/gui/buttonbar.c index 3c343f0..84d4946 100644 --- a/apps/gui/buttonbar.c +++ b/apps/gui/buttonbar.c @@ -34,7 +34,7 @@ #include "viewport.h" #include "lcd.h" #include "font.h" -#include "string.h" +#include "string-extra.h" #include "settings.h" static struct viewport bb_vp[NB_SCREENS]; |