Fix SDL include path.
This commit is contained in:
parent
d0c10e7523
commit
e5e0c33ed6
|
@ -31,7 +31,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_SDL
|
#ifdef HAVE_SDL
|
||||||
#include <SDL/SDL.h>
|
#include "SDL.h"
|
||||||
#else
|
#else
|
||||||
#error HAVE_SDL is not defined!
|
#error HAVE_SDL is not defined!
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue