mirror of https://github.com/mpv-player/mpv
command.c: Add missing osdep/strsep.h #include
The include is needed on systems without native strsep(). based on a patch by Stephen Sheldon, sfsheldo gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33338 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
017c173d74
commit
38fa9f6d36
|
@ -49,6 +49,7 @@
|
||||||
#include "libmpcodecs/dec_video.h"
|
#include "libmpcodecs/dec_video.h"
|
||||||
#include "libmpcodecs/dec_audio.h"
|
#include "libmpcodecs/dec_audio.h"
|
||||||
#include "libmpcodecs/dec_teletext.h"
|
#include "libmpcodecs/dec_teletext.h"
|
||||||
|
#include "osdep/strsep.h"
|
||||||
#include "sub/vobsub.h"
|
#include "sub/vobsub.h"
|
||||||
#include "sub/spudec.h"
|
#include "sub/spudec.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
|
|
Loading…
Reference in New Issue