diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-12-04 22:07:05 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-12-04 22:07:05 +0000 |
commit | 8e9415eba53a5227bfb18bfc850d629f38d4bcfa (patch) | |
tree | 67548df0b5dd75b2aa5248f6c6597a1e0be7aad8 /src | |
parent | 1b84984303e6c9b176055d5d077ecbd11c33e78f (diff) | |
download | xine-lib-8e9415eba53a5227bfb18bfc850d629f38d4bcfa.tar.gz xine-lib-8e9415eba53a5227bfb18bfc850d629f38d4bcfa.tar.bz2 |
Oups.
CVS patchset: 5838
CVS date: 2003/12/04 22:07:05
Diffstat (limited to 'src')
-rw-r--r-- | src/input/mmsh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/mmsh.c b/src/input/mmsh.c index 6cf0a47ce..3f3c012d7 100644 --- a/src/input/mmsh.c +++ b/src/input/mmsh.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: mmsh.c,v 1.22 2003/12/04 21:37:40 tmattern Exp $ + * $Id: mmsh.c,v 1.23 2003/12/04 22:07:05 tmattern Exp $ * * MMS over HTTP protocol * written by Thibaut Mattern @@ -58,7 +58,7 @@ #include "xineutils.h" #include "bswap.h" -#include "url_helper.h" +#include "http_helper.h" #include "mmsh.h" #include "../demuxers/asfheader.h" |