diff command.c @ 33251:7d13ed4e80f2

Add missing osdep/strsep.h #include where strsep() is used. based on a patch by Stephen Sheldon, sfsheldo gmail com
author diego
date Thu, 28 Apr 2011 13:45:16 +0000
parents ff132cb56f40
children 7e41f14e7778
line wrap: on
line diff
--- a/command.c	Wed Apr 27 17:15:28 2011 +0000
+++ b/command.c	Thu Apr 28 13:45:16 2011 +0000
@@ -44,6 +44,7 @@
 #include "mixer.h"
 #include "libmpcodecs/dec_video.h"
 #include "libmpcodecs/dec_teletext.h"
+#include "osdep/strsep.h"
 #include "sub/vobsub.h"
 #include "sub/spudec.h"
 #include "path.h"