mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 985848 - Use videodev2.h on DragonFly/DPorts as well. r=jesup
This commit is contained in:
parent
3d27872b2b
commit
30b0508f12
@ -18,7 +18,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
//v4l includes
|
||||
#if defined(__DragonFly__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
#if defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
#include <sys/videoio.h>
|
||||
#elif defined(__sun)
|
||||
#include <sys/videodev2.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
//v4l includes
|
||||
#if defined(__DragonFly__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
#if defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
#include <sys/videoio.h>
|
||||
#elif defined(__sun)
|
||||
#include <sys/videodev2.h>
|
||||
|
Loading…
Reference in New Issue
Block a user