macosx fix

This commit is contained in:
p.kosyh 2010-07-24 13:54:32 +00:00
parent 1a0e5dff3e
commit 066f16b522

View file

@ -1,4 +1,4 @@
#if defined(__MACOS__)
#if defined(__MACOSX__)
#include <SDL.h>
#endif