summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-09-11 22:19:39 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:16:46 +0200
commit956d11235cb0c9ba43be912fac109007e1cf8e0a (patch)
tree053dd3ea3d022674097e38dbaa8db06823d7c5a9 /osdep
parent0feeb9a0009614a6e5b88edc899b1fef89e50d3a (diff)
downloadmpv-956d11235cb0c9ba43be912fac109007e1cf8e0a.tar.bz2
mpv-956d11235cb0c9ba43be912fac109007e1cf8e0a.tar.xz
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
Diffstat (limited to 'osdep')
-rw-r--r--osdep/macosx_finder_args.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/macosx_finder_args.h b/osdep/macosx_finder_args.h
index fd047181a4..4f06a139a6 100644
--- a/osdep/macosx_finder_args.h
+++ b/osdep/macosx_finder_args.h
@@ -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);