mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
remove warnings, make it build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3617 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2723531ff3
commit
f97cdc9cd5
3 changed files with 5 additions and 3 deletions
|
|
@ -19,9 +19,6 @@
|
|||
|
||||
#ifndef _FILE_H_
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
int win32_rename(char *oldpath, char *newpath);
|
||||
int win32_filesize(int fd);
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "file.h"
|
||||
#include "debug.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -29,4 +29,7 @@ int vsnprintf (char *buf, int size, const char *fmt, va_list ap);
|
|||
char *strtok_r (char *, const char *, char **);
|
||||
#endif
|
||||
|
||||
int rockbox_fprintf (int fd, const char *fmt, ...);
|
||||
#define fprintf rockbox_fprintf
|
||||
|
||||
#endif /* __SPRINTF_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue