diff options
Diffstat (limited to 'Tools/CCode/Source/GenAcpiTable/build.xml')
-rw-r--r-- | Tools/CCode/Source/GenAcpiTable/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/CCode/Source/GenAcpiTable/build.xml b/Tools/CCode/Source/GenAcpiTable/build.xml index a60871bdcc..b7712521c6 100644 --- a/Tools/CCode/Source/GenAcpiTable/build.xml +++ b/Tools/CCode/Source/GenAcpiTable/build.xml @@ -45,6 +45,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. excludes="*.xml *.inf"/>
<includepath path="${PACKAGE_DIR}/Include"/>
+ <includepath path="${PACKAGE_DIR}/Include/IndustryStandard"/>
<includepath path="${PACKAGE_DIR}/Include/Ia32"/>
<includepath path="${PACKAGE_DIR}/Common"/>
<libset dir="${LIB_DIR}" libs="CommonTools"/>
|