[MPlayer-cvslog] r19623 - trunk/stream/stream_pvr.c
    ben 
    subversion at mplayerhq.hu
       
    Fri Sep  1 18:38:07 CEST 2006
    
    
  
Author: ben
Date: Fri Sep  1 18:38:07 2006
New Revision: 19623
Modified:
   trunk/stream/stream_pvr.c
Log:
fix build on some old 2.6 kernels, patch by Gernot Hillier
Modified: trunk/stream/stream_pvr.c
==============================================================================
--- trunk/stream/stream_pvr.c	(original)
+++ trunk/stream/stream_pvr.c	Fri Sep  1 18:38:07 2006
@@ -32,6 +32,7 @@
 #include <sys/fcntl.h>
 #include <inttypes.h>
 #include <sys/poll.h>
+#include <linux/types.h>
 #include <linux/videodev2.h>
 #include <linux/ivtv.h>
 
    
    
More information about the MPlayer-cvslog
mailing list