1 --- utils/v4l2-ctl/v4l2-ctl-streaming.cpp.orig 2022-01-25 16:28:52 UTC 2 +++ utils/v4l2-ctl/v4l2-ctl-streaming.cpp 3 @@ -2,6 +2,8 @@ 4 5 #include <netdb.h> 6 #include <sys/types.h> 7 +#include <sys/socket.h> 8 +#include <netinet/in.h> 9 10 #include <linux/media.h> 11 12