diff --git a/acpi_call.c b/acpi_call.c index c059511..b622bf7 100644 --- a/acpi_call.c +++ b/acpi_call.c @@ -6,7 +6,9 @@ #include #include #include +#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 14, 0) #include +#endif #include MODULE_LICENSE("GPL");