Signed-off-by: Mattia Dongili <malattia@xxxxxxxx> --- include/platform/acenv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/include/platform/acenv.h =================================================================== --- a/include/platform/acenv.h 2010-07-04 11:18:17.506017933 +0900 +++ b/include/platform/acenv.h 2010-07-04 11:18:24.686018064 +0900 @@ -193,7 +193,7 @@ * *****************************************************************************/ -#if defined(_LINUX) || defined(__linux__) +#if defined(_LINUX) || defined(__linux__) || defined(__GNU__) #include "aclinux.h" #elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html