ref: 6e54085ac98d922e0b4372c63f8e51b1aeb37308
parent: 74a14cf8b238c1efb540e3cc83d9ee4b71a4a70d
author: Steven M. Schultz <sms@2bsd.com>
date: Mon Dec 2 02:38:21 EST 2002
./src/device.h: Applied FreeBSD compile fix
--- a/src/device.h
+++ b/src/device.h
@@ -2,7 +2,7 @@
* device.h: DVD device access
*****************************************************************************
* Copyright (C) 1998-2002 VideoLAN
- * $Id: device.h,v 1.4 2002/10/18 18:48:59 sam Exp $
+ * $Id: device.h,v 1.5 2002/12/02 07:38:21 jlj Exp $
*
* Authors: St�phane Borel <stef@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
@@ -29,6 +29,7 @@
#if defined( WIN32 )
# include <io.h> /* read() */
#else
+# include <sys/types.h>
# include <sys/uio.h> /* struct iovec */
#endif