summaryrefslogtreecommitdiff
path: root/apps/wps-display.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-09-07 06:53:30 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-09-07 06:53:30 +0000
commit1a812e30871d194bd9753fe4e6ed616de135409f (patch)
tree2f8f7272f7bbefaca94872efb932d9cc0cfd32b0 /apps/wps-display.c
parent640b7cbfc013a92b5ac5a37a240756f32e30f7df (diff)
downloadrockbox-1a812e30871d194bd9753fe4e6ed616de135409f.tar.gz
rockbox-1a812e30871d194bd9753fe4e6ed616de135409f.zip
Removed a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7494 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps-display.c')
-rw-r--r--apps/wps-display.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/wps-display.c b/apps/wps-display.c
index e562751508..13adcd64a0 100644
--- a/apps/wps-display.c
+++ b/apps/wps-display.c
@@ -51,6 +51,7 @@
51#include "icons.h" 51#include "icons.h"
52#include "widgets.h" 52#include "widgets.h"
53#include "peakmeter.h" 53#include "peakmeter.h"
54#include "screens.h"
54 55
55/* Image stuff */ 56/* Image stuff */
56#include "bmp.h" 57#include "bmp.h"