1
0
Fork 0
forked from len0rd/rockbox

fixed the warning, forgot an include

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7910 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Kevin Ferrare 2005-11-16 15:38:56 +00:00
parent e991beed6d
commit 2a7546ab75

View file

@ -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 */