1
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 03:06:28 +01:00

compilation fix, manually include help_mp.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23102 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ods15 2007-04-24 09:05:54 +00:00
parent 8de32ede70
commit 24f0958e5a

View File

@ -4,6 +4,8 @@
#include "config.h"
#include "mp_msg.h"
#include "help_mp.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"