blob: 1a3e8b09b94ce20a6cdde5371a4b56401684b3f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1 2004/06/26 18:00:21 grant Exp $
--- mpeg3css.c.orig Tue Jul 31 17:16:17 2001
+++ mpeg3css.c Tue Jul 31 17:16:44 2001
@@ -45,7 +45,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/types.h>
-#include <linux/cdrom.h>
+#include <sys/dvdio.h>
#ifndef FIBMAP
#define FIBMAP _IO(0x00,1) /* bmap access */
|