mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
c942d2eb48
OK: kn@
13 lines
226 B
Plaintext
13 lines
226 B
Plaintext
Index: src_v4l2.c
|
|
--- src_v4l2.c.orig
|
|
+++ src_v4l2.c
|
|
@@ -19,7 +19,7 @@
|
|
#include <errno.h>
|
|
#include <sys/ioctl.h>
|
|
#include <sys/mman.h>
|
|
-#include "videodev2.h"
|
|
+#include <sys/videoio.h>
|
|
#include "src.h"
|
|
#include "log.h"
|
|
|