summaryrefslogtreecommitdiffstats
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
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
-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 @@
#include "onplay.h"
#include "abrepeat.h"
#include "playback.h"
+#include "splash.h"
#define FF_REWIND_MAX_PERCENT 3 /* cap ff/rewind step size at max % of file */
/* 3% of 30min file == 54s step size */