Commit 3bb60ad0 authored by Stéphane Borel's avatar Stéphane Borel

*Forgot a header.
parent 7a65e297
......@@ -9,7 +9,7 @@
* -dvd_udf to find files
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* $Id: input_dvd.c,v 1.124 2002/03/01 14:17:22 stef Exp $
* $Id: input_dvd.c,v 1.125 2002/03/02 03:29:13 stef Exp $
*
* Author: Stphane Borel <stef@via.ecp.fr>
*
......@@ -43,6 +43,7 @@
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
#include <errno.h>
......
......@@ -6,7 +6,7 @@
* It depends on: libdvdread for ifo files and block reading.
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: input_dvdread.c,v 1.23 2002/03/01 14:17:22 stef Exp $
* $Id: input_dvdread.c,v 1.24 2002/03/02 03:29:13 stef Exp $
*
* Author: Stphane Borel <stef@via.ecp.fr>
*
......@@ -42,6 +42,7 @@
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
#include <errno.h>
#include <assert.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