diff options
author | Stefano Pigozzi <stefano.pigozzi@gmail.com> | 2013-10-05 14:39:27 +0200 |
---|---|---|
committer | Stefano Pigozzi <stefano.pigozzi@gmail.com> | 2013-10-05 14:40:48 +0200 |
commit | 89fced63b8193de3e17150e166b53c947fffcb89 (patch) | |
tree | e84ec85854bdedce28875684f5a18f3b8bd63e6c /video/out/cocoa | |
parent | 6a0408be68153fec89405ec568e62f4ce306ea9d (diff) |
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.
Diffstat (limited to 'video/out/cocoa')
-rw-r--r-- | video/out/cocoa/additions.m | 1 |
1 files changed, 1 insertions, 0 deletions
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 |