mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
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)
11 lines
255 B
C++
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>
|
|
|