From 89fced63b8193de3e17150e166b53c947fffcb89 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 5 Oct 2013 14:39:27 +0200 Subject: cocoa_common: add OS X 10.7 compatibility hacks includes I forgot these when I split the code. They will hopefully fix compilation on 10.7. --- video/out/cocoa/additions.m | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/cocoa') diff --git a/video/out/cocoa/additions.m b/video/out/cocoa/additions.m index 3caabef956..02803003fa 100644 --- a/video/out/cocoa/additions.m +++ b/video/out/cocoa/additions.m @@ -16,6 +16,7 @@ */ #import "additions.h" +#include "osdep/macosx_compat.h" @implementation NSScreen (mpvadditions) - (BOOL)hasDock -- cgit v1.2.3