87674e8f6a
Submitted by Wilbern Cobb <vedge@csoft.org>.
13 lines
363 B
Plaintext
13 lines
363 B
Plaintext
$OpenBSD: patch-tvcapture_h,v 1.1 2002/02/02 00:52:18 naddy Exp $
|
|
--- tvcapture.h.orig Sat Jun 16 20:30:36 2001
|
|
+++ tvcapture.h Sat Jun 16 20:30:47 2001
|
|
@@ -32,7 +32,7 @@
|
|
#define __TVCAPTURE_H
|
|
|
|
#include <X11/Intrinsic.h>
|
|
-#ifdef __NetBSD__
|
|
+#if defined(__NetBSD__) || defined(__OpenBSD__)
|
|
# include <dev/ic/bt8xx.h>
|
|
#else
|
|
# include <machine/ioctl_meteor.h>
|