From 38fa9f6d361ac37eb90b04c69b36b8daa1f862b1 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 28 Apr 2011 13:45:16 +0000 Subject: 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 --- command.c | 1 + 1 file changed, 1 insertion(+) (limited to 'command.c') 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" -- cgit v1.2.3