freebsd-ports/multimedia/libv4l/files/patch-utils_ir-ctl_ir-ctl.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

10 lines
255 B
C

--- utils/ir-ctl/ir-ctl.c.orig 2020-04-09 16:29:54 UTC
+++ utils/ir-ctl/ir-ctl.c
@@ -18,6 +18,7 @@
#include <stdlib.h>
#include <stdbool.h>
#include <stdint.h>
+#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>