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:
parent
c332bba905
commit
6a9a8197b3
7 changed files with 7 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
||||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include "codeclib.h"
|
#include "codeclib.h"
|
||||||
|
|
||||||
#include "ttalib.h"
|
#include "ttalib.h"
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
|
|
||||||
#include "language.h"
|
#include "language.h"
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include "metadata.h"
|
#include "metadata.h"
|
||||||
#include "logf.h"
|
#include "logf.h"
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdio.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "metadata.h"
|
#include "metadata.h"
|
||||||
|
|
|
@ -42,6 +42,7 @@
|
||||||
* CODEC SUPPORT: Only ATRAC3 codec is currently supported!
|
* CODEC SUPPORT: Only ATRAC3 codec is currently supported!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#include "string-extra.h"
|
#include "string-extra.h"
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
|
@ -575,6 +575,7 @@ Cristina Talpiga
|
||||||
Ştefan Moisei
|
Ştefan Moisei
|
||||||
Alexander Meshcheryakov
|
Alexander Meshcheryakov
|
||||||
Ryan Sawhill
|
Ryan Sawhill
|
||||||
|
Thomas Jarosch
|
||||||
|
|
||||||
The libmad team
|
The libmad team
|
||||||
The wavpack team
|
The wavpack team
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue