diff options
-rw-r--r-- | sys/dev/acpica/acpi_thermal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpi_thermal.c b/sys/dev/acpica/acpi_thermal.c index ef97200..27f46de 100644 --- a/sys/dev/acpica/acpi_thermal.c +++ b/sys/dev/acpica/acpi_thermal.c @@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$"); #include <sys/kthread.h> #include <sys/bus.h> #include <sys/proc.h> +#include <sys/reboot.h> #include <sys/sysctl.h> #include <sys/unistd.h> #include <sys/power.h> |