From 664774a890bfeeba2ad0a0c34b3df0e53dfcb7f7 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 21 Jul 2012 10:37:13 +0200 Subject: [PATCH] cocoa_common.m: add missing config.h include This is needed for the check on CONFIG_SDL in this file. --- libvo/cocoa_common.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libvo/cocoa_common.m b/libvo/cocoa_common.m index 556466fce3..596e08586b 100644 --- a/libvo/cocoa_common.m +++ b/libvo/cocoa_common.m @@ -25,6 +25,8 @@ #include "cocoa_common.h" +#include "config.h" + #include "options.h" #include "video_out.h" #include "aspect.h" -- 2.11.4.GIT