]> git.sesse.net Git - vlc/blobdiff - modules/access/vcd/vcd.c
* ./modules/audio_output/oss.c: compilation fixes.
[vlc] / modules / access / vcd / vcd.c
index 4fa91251396d2652dbbb1c5a55508b2dc55e8f9b..a7a73efd928fce68260b0c40dbbfe0b92f2a28e9 100644 (file)
@@ -2,7 +2,7 @@
  * vcd.c : VCD input module for vlc
  *****************************************************************************
  * Copyright (C) 2000 VideoLAN
- * $Id: vcd.c,v 1.1 2002/08/04 17:23:42 sam Exp $
+ * $Id: vcd.c,v 1.3 2002/08/08 00:35:10 sam Exp $
  *
  * Author: Johan Bilien <jobi@via.ecp.fr>
  *
@@ -30,6 +30,8 @@
 #include <vlc/vlc.h>
 #include <vlc/input.h>
 
+#include "../../demux/mpeg/system.h"
+
 #ifdef HAVE_UNISTD_H
 #   include <unistd.h>
 #endif
@@ -241,7 +243,7 @@ static int VCDOpen( vlc_object_t *p_this )
                            * (off_t)VCD_DATA_SIZE;
 
         /* Number of chapters */
-        area[i]->i_part_nb = 0;   // will be the entry points
+        area[i]->i_part_nb = 0;   /* will be the entry points */
         area[i]->i_part = 1;
 
         area[i]->i_plugin_data = p_vcd->p_sectors[i];