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

@ -36,6 +36,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <stdio.h>
#include "codeclib.h"
#include "ttalib.h"

View File

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

View File

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

View File

@ -21,6 +21,7 @@
****************************************************************************/
#include <string.h>
#include <stdio.h>
#include <inttypes.h>
#include "system.h"
#include "metadata.h"

View File

@ -42,6 +42,7 @@
* CODEC SUPPORT: Only ATRAC3 codec is currently supported!
*/
#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
#include <string.h>

View File

@ -19,6 +19,7 @@
*
****************************************************************************/
#include <inttypes.h>
#include <stdio.h>
#include "string-extra.h"
#include "system.h"

View File

@ -575,6 +575,7 @@ Cristina Talpiga
Ştefan Moisei
Alexander Meshcheryakov
Ryan Sawhill
Thomas Jarosch
The libmad team
The wavpack team