diff options
Diffstat (limited to 'parser/psutils.c')
-rw-r--r-- | parser/psutils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parser/psutils.c b/parser/psutils.c index f8785037ef63..42f2b015d6c2 100644 --- a/parser/psutils.c +++ b/parser/psutils.c @@ -1,7 +1,6 @@ /****************************************************************************** * * Module Name: psutils - Parser miscellaneous utilities (Parser only) - * $Revision: 1.70 $ * *****************************************************************************/ @@ -9,7 +8,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2007, 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 "amlcode.h" |