1
0
Fork 0
forked from len0rd/rockbox

Add stdio.h include for SEEK_SET define to various files.

Patch by Thomas Jarosch.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28892 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-12-25 18:43:34 +00:00
parent c332bba905
commit 6a9a8197b3
7 changed files with 7 additions and 0 deletions

View file

@ -19,6 +19,7 @@
*
****************************************************************************/
#include <stdio.h>
#include "file.h"
#include "language.h"