freebsd-ports/multimedia/libv4l/files/patch-lib_libdvbv5_dvb-dev-remote.c
Hans Petter Selasky 6dd2426803 Upgrade v4l_compat, libv4l and v4l-utils to v1.18.0.
The most important change is that up-to-date V4L header files are now
sourced from the webcamd distribution tarball.

Refer to the ChangeLog file in the v4l-utils tarball for a comprehensive
list of changes.

PR:		245501
Approved by:	pi (implicit)
2020-04-17 08:34:50 +00:00

14 lines
356 B
C

--- lib/libdvbv5/dvb-dev-remote.c.orig 2020-04-09 16:29:54 UTC
+++ lib/libdvbv5/dvb-dev-remote.c
@@ -32,9 +32,11 @@
#include <libudev.h>
#include <stdio.h>
#include <stdlib.h>
+#include <stdarg.h>
#include <locale.h>
#include <pthread.h>
#include <unistd.h>
+#include <netinet/in.h>
#include <resolv.h>
#include <string.h>
#include <sys/socket.h>