summaryrefslogtreecommitdiff
path: root/source/include/accommon.h
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2016-06-15 10:51:12 -0700
committerGitHub <noreply@github.com>2016-06-15 10:51:12 -0700
commitd776c9ee6e67f3b7a186d809763558ca7a358710 (patch)
tree22aee76d7f384a2553421abf763747a229bf0680 /source/include/accommon.h
parent8aac0be3c840747a032b63e7365c99190e2a0ba9 (diff)
downloadacpica-d776c9ee6e67f3b7a186d809763558ca7a358710.tar.gz
Revert "Efi edk2"revert-143-efi-edk2
Diffstat (limited to 'source/include/accommon.h')
-rw-r--r--source/include/accommon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/include/accommon.h b/source/include/accommon.h
index 7e398b590..76f76d62f 100644
--- a/source/include/accommon.h
+++ b/source/include/accommon.h
@@ -131,9 +131,9 @@
#include "acglobal.h" /* All global variables */
#include "achware.h" /* Hardware defines and interfaces */
#include "acutils.h" /* Utility interfaces */
-#if defined(ACPI_USE_SYSTEM_CLIBRARY) && !defined(ACPI_USE_STANDARD_HEADERS)
+#ifndef ACPI_USE_SYSTEM_CLIBRARY
#include "acclib.h" /* C library interfaces */
-#endif /* ACPI_USE_SYSTEM_CLIBRARY && !ACPI_USE_STANDARD_HEADERS */
+#endif /* !ACPI_USE_SYSTEM_CLIBRARY */
#endif /* __ACCOMMON_H__ */