forked from len0rd/rockbox
Fix last warning for Warble
Unused result warnings will have to be dealt with separately. Change-Id: I00c45e28d4d43a5376745036e650ff8df576c2db
This commit is contained in:
parent
da4938d6ee
commit
5d31d3c3bc
1 changed files with 2 additions and 0 deletions
|
|
@ -2,3 +2,5 @@
|
|||
#define MAX_PATH 260
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
off_t filesize(int fd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue