mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
blatantly stupid proto added for mingw simulator compiles to get rid of
the darned warning git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2805 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
740dc63186
commit
ab0dce0264
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include <file.h>
|
||||
#if defined(SIMULATOR) && defined(__MINGW32__)
|
||||
extern int printf(const char *format, ...);
|
||||
#endif
|
||||
|
||||
#include "language.h"
|
||||
#include "lang.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue