mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
18 lines
393 B
C
18 lines
393 B
C
--- tvcapture.h.orig 2001-02-12 18:57:43 UTC
|
|
+++ tvcapture.h
|
|
@@ -34,8 +34,14 @@
|
|
#include <X11/Intrinsic.h>
|
|
#ifdef __NetBSD__
|
|
# include <dev/ic/bt8xx.h>
|
|
+#endif
|
|
+#ifdef __FreeBSD__
|
|
+#include <osreldate.h>
|
|
+#if __FreeBSD_version > 500000
|
|
+#include <dev/bktr/ioctl_meteor.h>
|
|
#else
|
|
-# include <machine/ioctl_meteor.h>
|
|
+#include <machine/ioctl_meteor.h>
|
|
+#endif
|
|
#endif
|
|
#include "tvtypes.h"
|
|
|