1
0
Fork 0
forked from len0rd/rockbox

Fix another warning which strangely only occurs on cygwin.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26121 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-05-17 21:51:46 +00:00
parent 86e19dd65d
commit 60741f2b0d

View file

@ -20,6 +20,7 @@
****************************************************************************/
#include <SDL.h>
#include <SDL_thread.h>
#include <stdlib.h>
#include <string.h>
#include <setjmp.h>