Fix SDL include path.

This commit is contained in:
Themaister 2011-02-07 00:22:44 +01:00
parent d0c10e7523
commit e5e0c33ed6

View File

@ -31,7 +31,7 @@
#endif
#ifdef HAVE_SDL
#include <SDL/SDL.h>
#include "SDL.h"
#else
#error HAVE_SDL is not defined!
#endif