diff options
Diffstat (limited to 'Tools/CCode/Source/Include/IndustryStandard/Acpi3_0.h')
-rw-r--r-- | Tools/CCode/Source/Include/IndustryStandard/Acpi3_0.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/CCode/Source/Include/IndustryStandard/Acpi3_0.h b/Tools/CCode/Source/Include/IndustryStandard/Acpi3_0.h index d9f61d4adb..af51e4d3fa 100644 --- a/Tools/CCode/Source/Include/IndustryStandard/Acpi3_0.h +++ b/Tools/CCode/Source/Include/IndustryStandard/Acpi3_0.h @@ -1,6 +1,6 @@ /*++
-Copyright (c) 2006, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2007 Intel Corporation. All rights reserved.
This software and associated documentation (if any) is furnished
under a license and may only be used or copied in accordance
with the terms of the license. Except as permitted by such
@@ -23,7 +23,7 @@ Abstract: #ifndef _ACPI_3_0_H_
#define _ACPI_3_0_H_
-#include <IndustryStandard\Acpi.h>
+#include "IndustryStandard/Acpi.h"
//
// Ensure proper structure formats
|