summaryrefslogtreecommitdiff
path: root/source/include/accommon.h
diff options
context:
space:
mode:
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__ */