From d5816475a5d1f0caf3acb6f923bb5bc8ab0b1b68 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 30 Oct 2012 23:03:23 -0400 Subject: [PATCH] One more OS X PowerPC build fix. --- src/video/cocoa/SDL_cocoavideo.m | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video/cocoa/SDL_cocoavideo.m b/src/video/cocoa/SDL_cocoavideo.m index 688f7e9d1..4ada3b985 100644 --- a/src/video/cocoa/SDL_cocoavideo.m +++ b/src/video/cocoa/SDL_cocoavideo.m @@ -26,6 +26,7 @@ #include #undef bool #undef vector +#undef pixel #endif #include "SDL.h"