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:
diego 2011-04-28 13:45:16 +00:00 committed by Uoti Urpala
parent 017c173d74
commit 38fa9f6d36
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@
#include "libmpcodecs/dec_video.h"
#include "libmpcodecs/dec_audio.h"
#include "libmpcodecs/dec_teletext.h"
#include "osdep/strsep.h"
#include "sub/vobsub.h"
#include "sub/spudec.h"
#include "path.h"