diff options
| author | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2000-12-12 14:20:27 +0000 |
|---|---|---|
| committer | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2000-12-12 14:20:27 +0000 |
| commit | b2c9c0dab279fa7ef3fa15d82f3e4b2398895397 (patch) | |
| tree | a49b18b084a7f3938779b02c198a2520f6484f08 | |
| parent | 52e5cddf312beefaafe2e4537df5c4df3101f2b8 (diff) | |
Notes
| -rw-r--r-- | sys/dev/acpica/acpi.c | 1 | ||||
| -rw-r--r-- | sys/dev/acpica/acpi_lid.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index 3bb3a9bd9ebf..5eb9d60f6713 100644 --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -33,6 +33,7 @@ #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> +#include <sys/mutex.h> #include <sys/bus.h> #include <sys/conf.h> #include <sys/ioccom.h> diff --git a/sys/dev/acpica/acpi_lid.c b/sys/dev/acpica/acpi_lid.c index b93913feb57f..c6f8614f8b3a 100644 --- a/sys/dev/acpica/acpi_lid.c +++ b/sys/dev/acpica/acpi_lid.c @@ -33,6 +33,7 @@ #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> +#include <sys/mutex.h> #include "acpi.h" |
