ports/multimedia/libv4l/files/patch-utils_v4l2-ctl_v4l2-ctl-streaming.cpp
Hans Petter Selasky ca63a16f5c multimedia/libv4l: Update v4l_compat, libv4l and v4l-utils to 1.23.0
NOTE: This version tag currently only exists for FreeBSD and has not yet
      been made upstream and is based on the latest available v4l-utils.

Approved by:	pi (implicit)
2022-01-25 17:59:35 +01:00

11 lines
255 B
C++

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