summaryrefslogtreecommitdiff
path: root/apps/wps.c
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2005-11-16 15:38:56 +0000
committerKevin Ferrare <kevin@rockbox.org>2005-11-16 15:38:56 +0000
commit2a7546ab752dd10901aa7df10d93cd286a68d4bf (patch)
treedaf6badad749a71d94380c804c7d759256976af6 /apps/wps.c
parente991beed6df8700b41796c4c14ef786f45fb54c5 (diff)
downloadrockbox-2a7546ab752dd10901aa7df10d93cd286a68d4bf.tar.gz
rockbox-2a7546ab752dd10901aa7df10d93cd286a68d4bf.zip
fixed the warning, forgot an include
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7910 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps.c')
-rw-r--r--apps/wps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 95048bb8d0..266c506d37 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -53,6 +53,7 @@
53#include "onplay.h" 53#include "onplay.h"
54#include "abrepeat.h" 54#include "abrepeat.h"
55#include "playback.h" 55#include "playback.h"
56#include "splash.h"
56 57
57#define FF_REWIND_MAX_PERCENT 3 /* cap ff/rewind step size at max % of file */ 58#define FF_REWIND_MAX_PERCENT 3 /* cap ff/rewind step size at max % of file */
58 /* 3% of 30min file == 54s step size */ 59 /* 3% of 30min file == 54s step size */