mirror of
https://github.com/pikvm/ustreamer.git
synced 2025-12-23 18:50:00 +00:00
pikvm/ustreamer#306: Added ifdef for linux
This commit is contained in:
parent
4e3f873f0d
commit
f2dd9c3c5a
@ -28,7 +28,9 @@
|
||||
|
||||
#include <sys/mman.h>
|
||||
#include <sys/stat.h>
|
||||
#ifdef __linux__
|
||||
# include <sys/sysmacros.h>
|
||||
#endif
|
||||
|
||||
#include <linux/videodev2.h>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user