Fix Mac OS X PowerPC builds, I think.

This commit is contained in:
Ryan C. Gordon 2012-10-30 22:44:01 -04:00
parent a523596bb0
commit a65b90e7a1

View file

@ -22,6 +22,12 @@
#if SDL_VIDEO_DRIVER_COCOA
#if defined(__APPLE__) && defined(__POWERPC__)
#include <altivec.h>
#undef bool
#undef vector
#endif
#include "SDL_messagebox.h"
#include "SDL_cocoavideo.h"