Commit 8ae1aa12 authored by Sam Hocevar's avatar Sam Hocevar

* ./modules/access/dvdplay/demux.c: fixed a minor warning.

parent f7c92985
......@@ -4,7 +4,7 @@
* interface, such as message output.
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: interface.h,v 1.38 2003/02/06 23:59:40 sam Exp $
* $Id: interface.h,v 1.39 2003/02/07 00:26:23 sam Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
*
......
......@@ -2,7 +2,7 @@
* demux.c: demux functions for dvdplay.
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* $Id: demux.c,v 1.4 2003/02/06 23:59:40 sam Exp $
* $Id: demux.c,v 1.5 2003/02/07 00:26:23 sam Exp $
*
* Author: Stphane Borel <stef@via.ecp.fr>
*
......@@ -30,6 +30,7 @@
#include <vlc/vlc.h>
#include <vlc/input.h>
#include <vlc/intf.h>
#include "../../demux/mpeg/system.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment