6dd2426803
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)
14 lines
356 B
C
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>
|