summaryrefslogtreecommitdiff
path: root/libacpica/acpi/platform/acenvex.h
diff options
context:
space:
mode:
Diffstat (limited to 'libacpica/acpi/platform/acenvex.h')
-rw-r--r--libacpica/acpi/platform/acenvex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libacpica/acpi/platform/acenvex.h b/libacpica/acpi/platform/acenvex.h
index 277fe2fa..ede92b70 100644
--- a/libacpica/acpi/platform/acenvex.h
+++ b/libacpica/acpi/platform/acenvex.h
@@ -22,6 +22,9 @@
#if defined(_LINUX) || defined(__linux__)
#include <acpi/platform/aclinuxex.h>
+#elif defined(__GNU__)
+#include <acpi/platform/acgnuex.h>
+
#elif defined(__DragonFly__)
#include "acdragonflyex.h"