File: add-linux-timer-h.patch

package info (click to toggle)
v4l2loopback 0.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 664 kB
  • sloc: ansic: 6,550; sh: 301; makefile: 200
file content (17 lines) | stat: -rw-r--r-- 541 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Add <linux/timer.h> include
 The code checks for the "timer_setup" macro, which is defined in this header.
Author: Simon Richter <sjr@debian.org>
Bug-Debian: https://bugs.debian.org/1108287
Forwarded: no
Last-Update: 2025-07-22

--- v4l2loopback-0.15.0.orig/v4l2loopback.c
+++ v4l2loopback-0.15.0/v4l2loopback.c
@@ -23,6 +23,7 @@
 #include <linux/slab.h>
 #include <linux/fs.h>
 #include <linux/capability.h>
+#include <linux/timer.h>
 #include <linux/eventpoll.h>
 #include <media/v4l2-ioctl.h>
 #include <media/v4l2-common.h>