From bbf74c1d5bd0b26874cbda9d7f047b422c04fb0b Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Mon, 19 May 2014 09:43:44 +0300 Subject: FreeBSD/DragonFlyBSD compilation fix for libdha --- contrib/libdha/sysdep/pci_freebsd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/libdha/sysdep/pci_freebsd.c b/contrib/libdha/sysdep/pci_freebsd.c index 9ad4b15f2..d4a8b6716 100644 --- a/contrib/libdha/sysdep/pci_freebsd.c +++ b/contrib/libdha/sysdep/pci_freebsd.c @@ -8,7 +8,9 @@ /* machine/console.h seems to be outdated by recent FreeBSD * * however pcvt_ioctl.h seems to exist for very long time */ /* #include */ -#include +/* #include + * - deprecated, replaced with sys/kbio.h (xine bug #534) */ +#include #ifndef GCCUSESGAS #define GCCUSESGAS #endif -- cgit v1.2.3