mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Fix compile errors
This commit is contained in:
parent
f29be80495
commit
5e1af4fd46
@ -16,7 +16,9 @@
|
||||
|
||||
#ifdef IS_LINUX
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <linux/videodev.h>
|
||||
#include <linux/videodev2.h>
|
||||
|
||||
|
@ -19,6 +19,8 @@
|
||||
#include "webcamVideoCursorV4L.h"
|
||||
#include "dcast.h"
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <linux/videodev.h>
|
||||
#include <linux/videodev2.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user