]> git.sesse.net Git - vlc/blobdiff - modules/access/vcd/vcd.c
* ./bootstrap : Fixed an issue with old shell versions
[vlc] / modules / access / vcd / vcd.c
index b74d3d566415c61432fc72089cd48376a6c9edd4..07956c8152256b5171c34b95c81c13233ec88037 100644 (file)
@@ -2,7 +2,7 @@
  * vcd.c : VCD input module for vlc
  *****************************************************************************
  * Copyright (C) 2000 VideoLAN
- * $Id: vcd.c,v 1.4 2002/08/08 22:28:22 sam Exp $
+ * $Id: vcd.c,v 1.5 2002/08/29 23:53:22 massiot Exp $
  *
  * Author: Johan Bilien <jobi@via.ecp.fr>
  *
 
 #if defined( WIN32 )
 #   include <io.h>                                                 /* read() */
-#else
-#   include <sys/uio.h>                                      /* struct iovec */
-#endif
-
-#if defined( WIN32 )
-#   include "input_iovec.h"
 #endif
 
 #include "vcd.h"