summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/acpiconf
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-09-30 20:13:57 +0000
committermsmith <msmith@FreeBSD.org>2000-09-30 20:13:57 +0000
commit017c58324c4e1ec2f7ba068f6d99153cb68860eb (patch)
treeb10b5b6d88584f223972c0338f546db92be52627 /usr.sbin/acpi/acpiconf
parent43b494595ef50e9426434fd028f71567c7fc2e36 (diff)
downloadFreeBSD-src-017c58324c4e1ec2f7ba068f6d99153cb68860eb.zip
FreeBSD-src-017c58324c4e1ec2f7ba068f6d99153cb68860eb.tar.gz
Update include paths for new header locations.
Submitted by: iwasaki
Diffstat (limited to 'usr.sbin/acpi/acpiconf')
-rw-r--r--usr.sbin/acpi/acpiconf/acpiconf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/acpi/acpiconf/acpiconf.c b/usr.sbin/acpi/acpiconf/acpiconf.c
index 2dde3c2..d4fac94 100644
--- a/usr.sbin/acpi/acpiconf/acpiconf.c
+++ b/usr.sbin/acpi/acpiconf/acpiconf.c
@@ -28,13 +28,16 @@
*/
#include <sys/param.h>
-#include <sys/acpi.h>
#include <err.h>
#include <fcntl.h>
#include <stdio.h>
+#include <sys/ioctl.h>
#include <unistd.h>
+#include <dev/acpi/acpiio.h>
+#include <dev/acpi/acpireg.h>
+
#define ACPIDEV "/dev/acpi"
static int
OpenPOWER on IntegriCloud