From 85e14563958eeda4813a4431074a79b1e3f82fca Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Fri, 5 Oct 2001 14:49:32 +0000 Subject: missing include for freebsd added CVS patchset: 739 CVS date: 2001/10/05 14:49:32 --- src/input/input_dvd.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c index 4111218bf..c22031a1d 100644 --- a/src/input/input_dvd.c +++ b/src/input/input_dvd.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: input_dvd.c,v 1.26 2001/10/05 11:31:39 miguelfreitas Exp $ + * $Id: input_dvd.c,v 1.27 2001/10/05 14:49:32 heikos Exp $ */ #ifdef HAVE_CONFIG_H @@ -39,9 +39,11 @@ #endif #ifdef HAVE_LINUX_CDROM_H # include +#elif defined __FreeBSD__ +# include "sys/dvdio.h" #endif #if ! defined (HAVE_LINUX_CDROM_H) && ! defined (HAVE_SYS_CDIO_H) -#error "you need to add cdrom / VCD support for your platform to input_vcd and configure.in" +#error "you need to add dvd support for your platform to input_dvd.c and configure.in" #endif #include "xine_internal.h" -- cgit v1.2.3