From 2ca3d6a6b6a44889f11cee0eb9b8be8fb779e770 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Wed, 4 Mar 2015 11:15:29 +0200 Subject: [PATCH] compat-2.6.h: include generated config.h Signed-off-by: Vladimir Sokolovsky --- include/linux/compat-2.6.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/compat-2.6.h b/include/linux/compat-2.6.h index e288ff9..325869c 100644 --- a/include/linux/compat-2.6.h +++ b/include/linux/compat-2.6.h @@ -3,6 +3,9 @@ #define LINUX_BACKPORT(__sym) backport_ ##__sym +/* Include the autogenerated header file */ +#include "../../compat/config.h" + #include #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)) #include -- 2.41.0