Revision: 7525
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7525&view=rev
Author:   gbiggs
Date:     2009-03-17 02:11:36 +0000 (Tue, 17 Mar 2009)

Log Message:
-----------
Added necessary include for include file check

Modified Paths:
--------------
    code/player/trunk/server/drivers/camera/sphere/CMakeLists.txt
    code/player/trunk/server/drivers/camera/v4l/CMakeLists.txt

Modified: code/player/trunk/server/drivers/camera/sphere/CMakeLists.txt
===================================================================
--- code/player/trunk/server/drivers/camera/sphere/CMakeLists.txt       
2009-03-17 01:56:19 UTC (rev 7524)
+++ code/player/trunk/server/drivers/camera/sphere/CMakeLists.txt       
2009-03-17 02:11:36 UTC (rev 7525)
@@ -1,6 +1,6 @@
 PLAYERDRIVER_OPTION (sphere build_sphere ON)
 PLAYERDRIVER_REJECT_OS (sphere build_sphere PLAYER_OS_WIN)
-PLAYERDRIVER_REQUIRE_HEADER (sphere build_sphere linux/videodev.h)
+PLAYERDRIVER_REQUIRE_HEADER (sphere build_sphere linux/videodev.h sys/types.h)
 PLAYERDRIVER_ADD_DRIVER (sphere build_sphere
     CFLAGS "-I${PROJECT_SOURCE_DIR}/server/drivers/camera/v4l"
     SOURCES sphere_mixed.cc setpwc_api.c)

Modified: code/player/trunk/server/drivers/camera/v4l/CMakeLists.txt
===================================================================
--- code/player/trunk/server/drivers/camera/v4l/CMakeLists.txt  2009-03-17 
01:56:19 UTC (rev 7524)
+++ code/player/trunk/server/drivers/camera/v4l/CMakeLists.txt  2009-03-17 
02:11:36 UTC (rev 7525)
@@ -1,4 +1,4 @@
 PLAYERDRIVER_OPTION (camerav4l build_camerav4l ON)
 PLAYERDRIVER_REJECT_OS (camerav4l build_camerav4l PLAYER_OS_WIN)
-PLAYERDRIVER_REQUIRE_HEADER (camerav4l build_camerav4l linux/videodev.h)
+PLAYERDRIVER_REQUIRE_HEADER (camerav4l build_camerav4l linux/videodev.h 
sys/types.h)
 PLAYERDRIVER_ADD_DRIVER (camerav4l build_camerav4l SOURCES camerav4l.cc 
v4lcapture.c v4lframe.c ccvt_c1.c)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to