changeset 1468:fbed9c34069c

freebsd fix
author arpi
date Thu, 09 Aug 2001 15:47:40 +0000
parents f352e1e951ba
children 22996ab2d78f
files open.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/open.c	Thu Aug 09 01:17:24 2001 +0000
+++ b/open.c	Thu Aug 09 15:47:40 2001 +0000
@@ -7,6 +7,10 @@
 
 #include "config.h"
 
+#ifdef __FreeBSD__
+#include <sys/cdrio.h>
+#endif
+
 #include "stream.h"
 
 #ifdef STREAMING