From 01521915aad24a1f7a7a677f51b20a4fc3d5f64b Mon Sep 17 00:00:00 2001 From: iwasaki Date: Thu, 21 Sep 2000 13:01:19 +0000 Subject: Fix LINT breakage by options ACPI_NO_OSDFUNC_INLINE. Also space/tab-fix in NOTE. Grrr, my bad. Pointed-out by: eivind --- usr.sbin/acpi/amldb/aml/aml_common.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr.sbin/acpi') diff --git a/usr.sbin/acpi/amldb/aml/aml_common.c b/usr.sbin/acpi/amldb/aml/aml_common.c index fe98e1e..4721b7f 100644 --- a/usr.sbin/acpi/amldb/aml/aml_common.c +++ b/usr.sbin/acpi/amldb/aml/aml_common.c @@ -42,7 +42,10 @@ #include #include #include +#include +#ifndef ACPI_NO_OSDFUNC_INLINE #include +#endif /* !ACPI_NO_OSDFUNC_INLINE */ #endif /* !_KERNEL */ #include -- cgit v1.1