Fix compile errors

This commit is contained in:
rdb 2010-07-28 08:36:11 +00:00
parent f29be80495
commit 5e1af4fd46
2 changed files with 4 additions and 0 deletions

View File

@ -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>

View File

@ -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>