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