diff -r a59acc683080 -r efe5d4523a23 Source/iPhoneAppDelegate.m --- a/Source/iPhoneAppDelegate.m Thu May 29 15:04:06 2008 -0700 +++ b/Source/iPhoneAppDelegate.m Thu Jul 31 13:23:44 2008 -0700 @@ -9,10 +9,12 @@ #import "iPhoneAppDelegate.h" #import "BoardUIView.h" #import "Game.h" +#import "Player.h" #import "QuartzUtils.h" #import "GGBUtils.h" +#if 0 // Temporary HACK to fix logging problem in beta 6 iPhone OS extern void _NSSetLogCStringFunction(void (*)(const char *string, unsigned length, BOOL withSyslogBanner)); static void PrintNSLogMessage(const char *string, unsigned length, BOOL withSyslogBanner) @@ -24,6 +26,7 @@ { _NSSetLogCStringFunction(PrintNSLogMessage); } +#endif @implementation GGB_iPhoneAppDelegate