diff --git a/include/uapi/linux/rk-video-format.h b/include/uapi/linux/rk-video-format.h index 7f60140d47cc..938d5adff737 100644 --- a/include/uapi/linux/rk-video-format.h +++ b/include/uapi/linux/rk-video-format.h @@ -5,6 +5,8 @@ #ifndef _UAPI_RK_VIDEO_FORMAT_H #define _UAPI_RK_VIDEO_FORMAT_H +#include + /* Four-character-code (FOURCC) */ #define v4l2_fourcc(a, b, c, d)\ ((__u32)(a) | ((__u32)(b) << 8) | ((__u32)(c) << 16) | ((__u32)(d) << 24))