diff options
author | njl <njl@FreeBSD.org> | 2003-07-13 22:54:53 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2003-07-13 22:54:53 +0000 |
commit | 17dd0864eb9c81bb222c6fa5670d3666dbbe2068 (patch) | |
tree | b39b658406cc3c23146121626432099f27686f67 /sys/boot | |
parent | d0931ce8bb6f6c2762d49bd76e28fe6e6691f2a5 (diff) | |
download | FreeBSD-src-17dd0864eb9c81bb222c6fa5670d3666dbbe2068.zip FreeBSD-src-17dd0864eb9c81bb222c6fa5670d3666dbbe2068.tar.gz |
Add include file so this builds with new acpica
Reported by: Kevin Oberman <oberman@es.net>
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/i386/libi386/biosacpi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/i386/libi386/biosacpi.c b/sys/boot/i386/libi386/biosacpi.c index 90217c5..a9d8ecb 100644 --- a/sys/boot/i386/libi386/biosacpi.c +++ b/sys/boot/i386/libi386/biosacpi.c @@ -31,6 +31,7 @@ #include <bootstrap.h> #include "acfreebsd.h" +#include "acconfig.h" #define ACPI_SYSTEM_XFACE #include "actypes.h" #include "actbl.h" |