ios: fixed, use full path on XBMCController.h to get the correct file as there are...
authorS. Davilla <davilla@4pi.com>
Sun, 27 Oct 2013 23:08:42 +0000 (19:08 -0400)
committerS. Davilla <davilla@4pi.com>
Sun, 27 Oct 2013 23:08:42 +0000 (19:08 -0400)
xbmc/osx/IOSScreenManager.mm

index 70615a7..bbb4d47 100644 (file)
 #include <objc/runtime.h>
 
 #import "IOSScreenManager.h"
-#import "XBMCController.h"
+#if defined(TARGET_DARWIN_IOS_ATV2)
+#import "xbmc/osx/atv2/XBMCController.h"
+#elif defined(TARGET_DARWIN_IOS)
+#import "xbmc/osx/ios/XBMCController.h"
+#endif
 #import "IOSExternalTouchController.h"
 #import "IOSEAGLView.h"