drivers/acpi/debug.c:22: parse error before string constant drivers/acpi/debug.c:22: warning: type defaults to `int' in declaration of `__MODULE_INFO' drivers/acpi/debug.c:22: warning: function declaration isn't a prototype drivers/acpi/debug.c:22: warning: data definition has no type or storage class drivers/acpi/debug.c:23: parse error before string constant drivers/acpi/debug.c:23: warning: type defaults to `int' in declaration of `__MODULE_INFO' drivers/acpi/debug.c:23: warning: function declaration isn't a prototype drivers/acpi/debug.c:23: warning: data definition has no type or storage class Signed-off-by: Andrew Morton --- 25-akpm/drivers/acpi/debug.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN drivers/acpi/debug.c~acpi-build-fix-99 drivers/acpi/debug.c --- 25/drivers/acpi/debug.c~acpi-build-fix-99 2005-01-19 18:25:52.310968400 -0800 +++ 25-akpm/drivers/acpi/debug.c 2005-01-19 18:25:52.313967944 -0800 @@ -4,9 +4,11 @@ #include #include +#include #include #include #include +#include #define _COMPONENT ACPI_SYSTEM_COMPONENT ACPI_MODULE_NAME ("debug") _