diff options
Diffstat (limited to 'usr/src/uts/intel/io/acpica/parser/psopcode.c')
-rw-r--r-- | usr/src/uts/intel/io/acpica/parser/psopcode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/intel/io/acpica/parser/psopcode.c b/usr/src/uts/intel/io/acpica/parser/psopcode.c index 0f5086e0f2..d107c52370 100644 --- a/usr/src/uts/intel/io/acpica/parser/psopcode.c +++ b/usr/src/uts/intel/io/acpica/parser/psopcode.c @@ -1,7 +1,6 @@ /****************************************************************************** * * Module Name: psopcode - Parser/Interpreter opcode information table - * $Revision: 1.103 $ * *****************************************************************************/ @@ -9,7 +8,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2008, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp. * All rights reserved. * * 2. License @@ -116,6 +115,7 @@ #include "acpi.h" +#include "accommon.h" #include "acparser.h" #include "acopcode.h" #include "amlcode.h" |