diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2011-02-18 23:17:07 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2011-02-18 23:17:07 +0000 |
| commit | 1e391fbdbc4af5fbee0a88d2c6199fabfef4f534 (patch) | |
| tree | a09732cb4430d8f761fce57731071b41081c0778 /apps/misc.c | |
| parent | 6d85de341928aef8178465c60122f3cbe76f5dd6 (diff) | |
| download | rockbox-1e391fbdbc4af5fbee0a88d2c6199fabfef4f534.zip rockbox-1e391fbdbc4af5fbee0a88d2c6199fabfef4f534.tar.gz rockbox-1e391fbdbc4af5fbee0a88d2c6199fabfef4f534.tar.bz2 rockbox-1e391fbdbc4af5fbee0a88d2c6199fabfef4f534.tar.xz | |
Fix yellows and checkwps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29328 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.c')
| -rw-r--r-- | apps/misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/misc.c b/apps/misc.c index b2f1df5..e049663 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -26,6 +26,7 @@ #include "string-extra.h" #include "config.h" #include "misc.h" +#include "system.h" #include "lcd.h" #include "file.h" #include "filefuncs.h" |