From: Alexandre Courbot Date: Mon, 5 Feb 2018 02:33:04 +0000 (-0500) Subject: media: v4l2_fh.h: add missing kconfig.h include X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=14351d44830ec00b8c66b44c8c866944da678c33;p=openwrt%2Fstaging%2Fblogic.git media: v4l2_fh.h: add missing kconfig.h include v4l2_fh.h uses the IS_ENABLED() macro and thus should include kconfig.h. Signed-off-by: Alexandre Courbot Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/include/media/v4l2-fh.h b/include/media/v4l2-fh.h index 62633e7d2630..ea73fef8bdc0 100644 --- a/include/media/v4l2-fh.h +++ b/include/media/v4l2-fh.h @@ -22,6 +22,7 @@ #define V4L2_FH_H #include +#include #include #include