1
0
Fork 0
forked from len0rd/rockbox

vuprintf does not belong in stdio.h, causes problems with other versions of stdio.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26042 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jeffrey Goode 2010-05-15 03:47:06 +00:00
parent f2a56161f7
commit b8a51adb57
3 changed files with 2 additions and 5 deletions

View file

@ -35,6 +35,7 @@
#include "lcd-remote.h"
#include "logf.h"
#include "serial.h"
#include "format.h"
#ifdef HAVE_USBSTACK
#include "usb_core.h"