diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-09-07 06:53:30 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-09-07 06:53:30 +0000 |
| commit | 1a812e30871d194bd9753fe4e6ed616de135409f (patch) | |
| tree | 2f8f7272f7bbefaca94872efb932d9cc0cfd32b0 /apps | |
| parent | 640b7cbfc013a92b5ac5a37a240756f32e30f7df (diff) | |
| download | rockbox-1a812e30871d194bd9753fe4e6ed616de135409f.zip rockbox-1a812e30871d194bd9753fe4e6ed616de135409f.tar.gz rockbox-1a812e30871d194bd9753fe4e6ed616de135409f.tar.bz2 rockbox-1a812e30871d194bd9753fe4e6ed616de135409f.tar.xz | |
Removed a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7494 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/wps-display.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/wps-display.c b/apps/wps-display.c index e562751..13adcd6 100644 --- a/apps/wps-display.c +++ b/apps/wps-display.c @@ -51,6 +51,7 @@ #include "icons.h" #include "widgets.h" #include "peakmeter.h" +#include "screens.h" /* Image stuff */ #include "bmp.h" |