From b5755a18c3979b04772be36df249b65411849a2b Mon Sep 17 00:00:00 2001 From: Jean-Yves Avenard Date: Fri, 9 Aug 2013 16:10:19 +1000 Subject: [PATCH] Fix compilation on OS X 10.9 --- mythtv/libs/libmythui/mythrender_opengl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythtv/libs/libmythui/mythrender_opengl.h b/mythtv/libs/libmythui/mythrender_opengl.h index 818a575290a..629e84bd090 100644 --- a/mythtv/libs/libmythui/mythrender_opengl.h +++ b/mythtv/libs/libmythui/mythrender_opengl.h @@ -25,7 +25,7 @@ #ifdef Q_OS_MAC #include "util-osx.h" -#import +#import #endif #include "mythuiexp.h"