summaryrefslogtreecommitdiffstats
path: root/sys/i386/bios/apm.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2001-01-09 04:33:49 +0000
committerwollman <wollman@FreeBSD.org>2001-01-09 04:33:49 +0000
commit70c88bb8dad8043bc6de6c2381c0f3d55e803379 (patch)
treedb08626bdde4f7fc600087db865a131d6da00a65 /sys/i386/bios/apm.c
parent73868ac960ac5a7e40b0f6c9fe5956281809d520 (diff)
downloadFreeBSD-src-70c88bb8dad8043bc6de6c2381c0f3d55e803379.zip
FreeBSD-src-70c88bb8dad8043bc6de6c2381c0f3d55e803379.tar.gz
select() DKI is now in <sys/selinfo.h>.
Diffstat (limited to 'sys/i386/bios/apm.c')
-rw-r--r--sys/i386/bios/apm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/bios/apm.c b/sys/i386/bios/apm.c
index d5c67b5..adf26f0 100644
--- a/sys/i386/bios/apm.c
+++ b/sys/i386/bios/apm.c
@@ -26,7 +26,7 @@
#include <sys/time.h>
#include <sys/reboot.h>
#include <sys/bus.h>
-#include <sys/select.h>
+#include <sys/selinfo.h>
#include <sys/poll.h>
#include <sys/fcntl.h>
#include <sys/uio.h>
OpenPOWER on IntegriCloud