diff options
author | Kevin Ferrare <kevin@rockbox.org> | 2005-11-02 00:23:34 +0000 |
---|---|---|
committer | Kevin Ferrare <kevin@rockbox.org> | 2005-11-02 00:23:34 +0000 |
commit | c759b67725ced7bd95ff8c7aef7238812f89ee77 (patch) | |
tree | b4e34207741f82c01408c576301099c6c8f7bb0c /apps/screen_access.h | |
parent | 5006d15d1eb0ee735373786961dbb1e1c8cc5d22 (diff) | |
download | rockbox-c759b67725ced7bd95ff8c7aef7238812f89ee77.tar.gz rockbox-c759b67725ced7bd95ff8c7aef7238812f89ee77.tar.bz2 rockbox-c759b67725ced7bd95ff8c7aef7238812f89ee77.zip |
Should be iso 8859 (perhaps...) aslo fixed the warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7718 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/screen_access.h')
-rw-r--r-- | apps/screen_access.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h index a91d2915fa..078ad744f9 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -22,6 +22,7 @@ #include "lcd.h" #include "buttonbar.h" +#include "textarea.h" enum screen_type { SCREEN_MAIN |