Attempt to fix compilation error

This commit is contained in:
rdb 2010-06-27 12:43:21 +00:00
parent a1093099c8
commit c5a67c5f63
4 changed files with 9 additions and 3 deletions

View File

@ -12,10 +12,10 @@
//
////////////////////////////////////////////////////////////////////
#ifdef IS_LINUX
#include "webcamVideoV4L.h"
#ifdef IS_LINUX
#include <sys/mman.h>
#include <linux/videodev.h>
#include <linux/videodev2.h>

View File

@ -15,6 +15,8 @@
#ifndef WEBCAMVIDEOCURSORV4L_H
#define WEBCAMVIDEOCURSORV4L_H
#include "pandabase.h"
#ifdef IS_LINUX
#include "webcamVideo.h"

View File

@ -12,10 +12,12 @@
//
////////////////////////////////////////////////////////////////////
#include "webcamVideoV4L.h"
#ifdef IS_LINUX
#include "webcamVideoV4L.h"
#include "webcamVideoCursorV4L.h"
#include "dcast.h"
#include <linux/videodev.h>
#include <linux/videodev2.h>

View File

@ -15,6 +15,8 @@
#ifndef WEBCAMVIDEOV4L_H
#define WEBCAMVIDEOV4L_H
#include "pandabase.h"
#ifdef IS_LINUX
#include "webcamVideo.h"