diff options
-rw-r--r-- | contrib/libdha/sysdep/pci_freebsd.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 <machine/console.h>*/ -#include <machine/pcvt_ioctl.h> +/* #include <machine/pcvt_ioctl.h> + * - deprecated, replaced with sys/kbio.h (xine bug #534) */ +#include <sys/kbio.h> #ifndef GCCUSESGAS #define GCCUSESGAS #endif |