summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2014-08-30 01:47:35 -0400
committerMichael Sevakis <jethead71@rockbox.org>2014-08-30 01:50:22 -0400
commit5d31d3c3bc0358eeed08e2a5242dc2b065110aad (patch)
treee09e31fd6d150788bd1464d09f6512e6ca2c5fb2
parentda4938d6eed9c1c29e389e9a1de6a599d365fe09 (diff)
downloadrockbox-5d31d3c.tar.gz
rockbox-5d31d3c.zip
Fix last warning for Warble
Unused result warnings will have to be dealt with separately. Change-Id: I00c45e28d4d43a5376745036e650ff8df576c2db
-rw-r--r--lib/rbcodec/test/file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rbcodec/test/file.h b/lib/rbcodec/test/file.h
index b673fa8f93..ddf9a1d7a4 100644
--- a/lib/rbcodec/test/file.h
+++ b/lib/rbcodec/test/file.h
@@ -2,3 +2,5 @@
#define MAX_PATH 260
#include <unistd.h>
#include <fcntl.h>
+
+off_t filesize(int fd);