Sophie

Sophie

distrib > * > 2008.0 > x86_64 > media > main-updates-src > by-pkgid > cc712de1bb668738943d02e6bd0fe837 > files > 81

glibc-2.6.1-4.3mdv2008.0.src.rpm

From Anssi Hannula:

Attached is a patch for glibc that fixes includes in one of the headers 
of kernel-headers, which I also sent to DVB maintainer.

diff -Nurp kernel-headers/linux/dvb/video.h kernel-headers-f/linux/dvb/video.h
--- kernel-headers/linux/dvb/video.h	2007-07-19 17:42:52.000000000 +0300
+++ kernel-headers-f/linux/dvb/video.h	2007-07-20 02:05:32.000000000 +0300
@@ -25,6 +25,7 @@
 #define _DVBVIDEO_H_
 
 
+#include <asm/types.h>
 #include <stdint.h>
 #include <time.h>