Fix a header inclusion missed in the previous commit.

Reported by:	Michael Butler (imb at protected-networks dot net)
This commit is contained in:
Jung-uk Kim 2018-01-06 03:41:35 +00:00
parent cb1103025d
commit 6c30ff135c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327607
2 changed files with 5 additions and 5 deletions

View file

@ -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"

View file

@ -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 */