File config-h-path-fix.patch of Package wacom
diff -ur input-wacom-0.39.0/3.17/wacom.h input-wacom-0.39.0.new/3.17/wacom.h --- input-wacom-0.39.0/3.17/wacom.h 2018-03-19 21:06:49.000000000 +0300 +++ input-wacom-0.39.0.new/3.17/wacom.h 2018-03-21 11:01:34.485876760 +0300 @@ -85,7 +85,7 @@ */ #ifndef WACOM_H #define WACOM_H -#include "../config.h" +#include "../../config.h" #include <linux/kernel.h> #include <linux/slab.h> #include <linux/module.h> diff -ur input-wacom-0.39.0/3.7/wacom.h input-wacom-0.39.0.new/3.7/wacom.h --- input-wacom-0.39.0/3.7/wacom.h 2018-03-19 21:06:49.000000000 +0300 +++ input-wacom-0.39.0.new/3.7/wacom.h 2018-03-21 11:01:22.242059564 +0300 @@ -82,7 +82,7 @@ */ #ifndef WACOM_H #define WACOM_H -#include "../config.h" +#include "../../config.h" #include <linux/kernel.h> #include <linux/slab.h> #include <linux/module.h> diff -ur input-wacom-0.39.0/4.5/wacom.h input-wacom-0.39.0.new/4.5/wacom.h --- input-wacom-0.39.0/4.5/wacom.h 2018-03-19 21:06:49.000000000 +0300 +++ input-wacom-0.39.0.new/4.5/wacom.h 2018-03-21 11:01:22.242059564 +0300 @@ -82,7 +82,7 @@ */ #ifndef WACOM_H #define WACOM_H -#include "../config.h" +#include "../../config.h" #include <linux/kernel.h> #include <linux/slab.h> #include <linux/module.h>