summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
Diffstat (limited to 'libdha')
-rw-r--r--libdha/sysdep/pci_freebsd.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libdha/sysdep/pci_freebsd.c b/libdha/sysdep/pci_freebsd.c
index 9ad4b15f2b..dd0c68ef75 100644
--- a/libdha/sysdep/pci_freebsd.c
+++ b/libdha/sysdep/pci_freebsd.c
@@ -5,10 +5,7 @@
*/
#include <errno.h>
#include <sys/file.h>
-/* 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 <sys/kbio.h>
#ifndef GCCUSESGAS
#define GCCUSESGAS
#endif