1
0
Fork 0
forked from len0rd/rockbox

Fix gigabeat S includes so it builds again

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25855 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2010-05-06 22:13:54 +00:00
parent 3e400b2ae6
commit ab4a162763
2 changed files with 2 additions and 1 deletions

View file

@ -20,7 +20,7 @@
****************************************************************************/ ****************************************************************************/
#include "config.h" #include "config.h"
#include "system.h" #include "system.h"
#include <sprintf.h> #include <stdio.h>
#include "kernel.h" #include "kernel.h"
#include "string.h" #include "string.h"
#include "adc.h" #include "adc.h"

View file

@ -18,6 +18,7 @@
* KIND, either express or implied. * KIND, either express or implied.
* *
****************************************************************************/ ****************************************************************************/
#include <sys/types.h>
#include "inttypes.h" #include "inttypes.h"
#include "config.h" #include "config.h"