summaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2011-04-28 13:45:16 +0000
committerUoti Urpala <uau@mplayer2.org>2011-06-29 05:16:48 +0300
commit38fa9f6d361ac37eb90b04c69b36b8daa1f862b1 (patch)
tree619eef5daf42da4b7939e6a24ed03642eb24cac3 /command.c
parent017c173d7400a8070cb23a0ead812220037f74be (diff)
downloadmpv-38fa9f6d361ac37eb90b04c69b36b8daa1f862b1.tar.bz2
mpv-38fa9f6d361ac37eb90b04c69b36b8daa1f862b1.tar.xz
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
Diffstat (limited to 'command.c')
-rw-r--r--command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/command.c b/command.c
index de7f1fbca9..c5feb62e26 100644
--- a/command.c
+++ b/command.c
@@ -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"