From abbbb08e321ad6242d99b6a03db54208556e41a5 Mon Sep 17 00:00:00 2001 From: Zibri Date: Mon, 8 Jan 2018 11:41:41 +0200 Subject: [PATCH] Fixed. Work on Ubuntu 17.10 latest kernel --- acpi_call.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/acpi_call.c b/acpi_call.c index 3025d97..73a484d 100644 --- a/acpi_call.c +++ b/acpi_call.c @@ -6,7 +6,8 @@ #include #include #include -#include +#include +#include MODULE_LICENSE("GPL");