aboutsummaryrefslogtreecommitdiff
path: root/net-im/toxic/files/patch-src_video__device.c
blob: 3736e86a933b2a7fe2086688c266d7bfb9c176b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/video_device.c.orig	2017-11-17 22:44:56 UTC
+++ src/video_device.c
@@ -37,7 +37,7 @@
 #include <sys/stat.h>
 #include <sys/mman.h>
 #include <fcntl.h>
-#if defined(__linux__)
+#if defined(__linux__) || defined(__FreeBSD__)
 #include <linux/videodev2.h>
 #else
 #include <sys/videoio.h>