1
0
Fork 0
forked from len0rd/rockbox

Restore changes of r25809 that got lost in the target tree movement and fix simulator build on cygwin.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26120 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-05-17 21:43:06 +00:00
parent 36e52604b0
commit 86e19dd65d
2 changed files with 8 additions and 3 deletions

View file

@ -23,6 +23,7 @@
#include <stdlib.h>
#include <string.h>
#include <setjmp.h>
#include <inttypes.h>
#include "system-sdl.h"
#include "thread-sdl.h"
#include "sim-ui-defines.h"