Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 06cccb554dfaa0f1ac6dc007318e9d6f > files > 2

vdr-plugin-bitstreamout-0.85-14mdv2008.0.src.rpm

Index: types.h
===================================================================
--- types.h
+++ types.h	2006-07-25 20:23:13.000000000 +0200
@@ -27,6 +27,7 @@
 #include <asm/types.h>
 #include <sys/types.h>
 #if defined(__i386__) || defined(__x86_64__)
+# include "cooker-workaround.h"
 # include <asm/bitops.h>
 #else
 # define clear_bit(n,addr)  (*(addr) &= ~(1 << (n)))