mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
v4l2: include <sys/ioccom.h> on Illumos
Needed for _IOR/_IORW Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1524>
This commit is contained in:
parent
a5c9e2d6aa
commit
54a1f60077
2 changed files with 10 additions and 0 deletions
|
@ -40,6 +40,11 @@
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__sun)
|
||||||
|
/* for _IOR/_IORW on Illumos distros */
|
||||||
|
#include <sys/ioccom.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __bitwise
|
#ifndef __bitwise
|
||||||
# ifdef __CHECK_ENDIAN__
|
# ifdef __CHECK_ENDIAN__
|
||||||
# define __bitwise __bitwise__
|
# define __bitwise __bitwise__
|
||||||
|
|
|
@ -40,6 +40,11 @@
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__sun)
|
||||||
|
/* for _IOR/_IORW on Illumos distros */
|
||||||
|
#include <sys/ioccom.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __bitwise
|
#ifndef __bitwise
|
||||||
# ifdef __CHECK_ENDIAN__
|
# ifdef __CHECK_ENDIAN__
|
||||||
# define __bitwise __bitwise__
|
# define __bitwise __bitwise__
|
||||||
|
|
Loading…
Reference in a new issue