Mercurial > mplayer.hg
changeset 32082:c602283378f7
Add required header m_config.h; fixes 'make checkheaders'.
author | diego |
---|---|
date | Sat, 11 Sep 2010 22:19:39 +0000 |
parents | 5e1318ebd2d9 |
children | 2c49668d91c4 |
files | osdep/macosx_finder_args.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/osdep/macosx_finder_args.h Sat Sep 11 22:14:08 2010 +0000 +++ b/osdep/macosx_finder_args.h Sat Sep 11 22:19:39 2010 +0000 @@ -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);