# HG changeset patch # User Sam Lantinga # Date 1351650390 25200 # Node ID f4ae87f3ec152ce69dcfe35c69363c5f34be6750 # Parent b3e6fb93e19f22601157d061fc765518d498db99 Maybe fix PPC build error? diff -r b3e6fb93e19f -r f4ae87f3ec15 src/video/cocoa/SDL_cocoamessagebox.m --- a/src/video/cocoa/SDL_cocoamessagebox.m Tue Oct 30 19:21:42 2012 -0700 +++ b/src/video/cocoa/SDL_cocoamessagebox.m Tue Oct 30 19:26:30 2012 -0700 @@ -22,7 +22,7 @@ #if SDL_VIDEO_DRIVER_COCOA -#include "SDL.h" +#include "SDL_messagebox.h" #include "SDL_cocoavideo.h"