Fix a header inclusion missed in the previous commit.
Reported by: Michael Butler (imb at protected-networks dot net)
This commit is contained in:
parent
cb1103025d
commit
6c30ff135c
@ -31,10 +31,10 @@ src_headers="acapps.h acbuffer.h acclib.h accommon.h acconfig.h \
|
||||
acexcep.h acglobal.h achware.h acinterp.h aclocal.h acmacros.h \
|
||||
acnames.h acnamesp.h acobject.h acopcode.h acoutput.h \
|
||||
acparser.h acpi.h acpiosxf.h acpixf.h acpredef.h acresrc.h \
|
||||
acrestyp.h acstruct.h actables.h actbl.h actbl1.h actbl2.h \
|
||||
actbl3.h actypes.h acutils.h acuuid.h amlcode.h amlresrc.h \
|
||||
platform/acenv.h platform/acenvex.h platform/acfreebsd.h \
|
||||
platform/acgcc.h"
|
||||
acrestyp.h acstruct.h actables.h actbinfo.h actbl.h actbl1.h \
|
||||
actbl2.h actbl3.h actypes.h acutils.h acuuid.h amlcode.h \
|
||||
amlresrc.h platform/acenv.h platform/acenvex.h \
|
||||
platform/acfreebsd.h platform/acgcc.h"
|
||||
comp_headers="aslcompiler.h asldefine.h aslglobal.h aslmessages.h \
|
||||
aslsupport.l asltypes.h dtcompiler.h dttemplate.h preprocess.h"
|
||||
platform_headers="acfreebsd.h acgcc.h"
|
||||
|
@ -152,7 +152,7 @@
|
||||
#include <contrib/dev/acpica/include/acpi.h>
|
||||
#include <contrib/dev/acpica/include/accommon.h>
|
||||
#include <contrib/dev/acpica/include/acdisasm.h>
|
||||
#include "actbinfo.h"
|
||||
#include <contrib/dev/acpica/include/actbinfo.h>
|
||||
|
||||
/* This module used for application-level code only */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user