diff --git a/sys/v4l2/gstv4l2object.c b/sys/v4l2/gstv4l2object.c index 1f14cd607f..c1b8b832b1 100644 --- a/sys/v4l2/gstv4l2object.c +++ b/sys/v4l2/gstv4l2object.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include diff --git a/sys/v4l2/gstv4l2object.h b/sys/v4l2/gstv4l2object.h index fc3c4c7ed9..9097a48f7b 100644 --- a/sys/v4l2/gstv4l2object.h +++ b/sys/v4l2/gstv4l2object.h @@ -35,6 +35,7 @@ #include #include +#include typedef struct _GstV4l2Object GstV4l2Object; typedef struct _GstV4l2ObjectClassHelper GstV4l2ObjectClassHelper;