1
0
Fork 0
forked from len0rd/rockbox

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:
Daniel Stenberg 2002-11-04 22:53:22 +00:00
parent 740dc63186
commit ab0dce0264

View file

@ -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"