Browse Source

ACPICA: Add include of actables.h

Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Bob Moore 18 years ago
parent
commit
1a666f8be1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/acpi/events/evxfevnt.c

+ 1 - 0
drivers/acpi/events/evxfevnt.c

@@ -44,6 +44,7 @@
 #include <acpi/acpi.h>
 #include <acpi/acevents.h>
 #include <acpi/acnamesp.h>
+#include <acpi/actables.h>
 
 #define _COMPONENT          ACPI_EVENTS
 ACPI_MODULE_NAME("evxfevnt")