1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-20 05:42:19 +00:00

osdep/macosx_finder_args.h: include required header m_config.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32166 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-09-11 22:19:39 +00:00 committed by Uoti Urpala
parent 0feeb9a000
commit 956d11235c

View File

@ -19,6 +19,7 @@
#ifndef MPLAYER_MACOSX_FINDER_ARGS_H
#define MPLAYER_MACOSX_FINDER_ARGS_H
#include "m_config.h"
#include "playtree.h"
play_tree_t *macosx_finder_args(m_config_t *config, int argc, char **argv);