1
mirror of https://github.com/mpv-player/mpv synced 2024-10-14 11:54:36 +02:00

cocoa_common.m: add missing config.h include

This is needed for the check on CONFIG_SDL in this file.
This commit is contained in:
Stefano Pigozzi 2012-07-21 10:37:13 +02:00
parent 13675fc7dc
commit 87c375e6f2

View File

@ -25,6 +25,8 @@
#include "cocoa_common.h"
#include "config.h"
#include "options.h"
#include "video_out.h"
#include "aspect.h"