Small bug fix in #ifdef
This commit is contained in:
parent
d387a5f66a
commit
aaa480ff63
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
#include "sound.h"
|
||||
#include "ccl.h"
|
||||
|
||||
#ifdef USE_SDLCD || USE_SDLA
|
||||
#if defined(USE_SDLCD) || defined(USE_SDLA)
|
||||
#include "SDL.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue