1
0
Fork 0
forked from len0rd/rockbox

Change that include to " " style to allow for using SDL from custom installation pathes.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22823 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-09-24 23:04:15 +00:00
parent a738e5f3a0
commit a305ca94a1

View file

@ -23,7 +23,7 @@
#define __UISDL_H__
#include <stdbool.h>
#include <SDL.h>
#include "SDL.h"
#include "config.h"
/* colour definitions are R, G, B */