diff --git a/package/base/cdrtools/linux-2.6.7-__user.patch b/package/base/cdrtools/linux-2.6.7-__user.patch new file mode 100644 index 000000000..74a14b68d --- /dev/null +++ b/package/base/cdrtools/linux-2.6.7-__user.patch @@ -0,0 +1,13 @@ +--- ./libscg/scsi-linux-sg.c.orig 2002-10-21 19:20:35.000000000 +0300 ++++ ./libscg/scsi-linux-sg.c 2004-06-27 15:23:02.670972688 +0300 +@@ -78,6 +78,10 @@ + #include "scsi/scsi.h" + #endif + ++#if LINUX_VERSION_CODE >= 0x020607 ++#include ++#endif ++ + #include "scsi/sg.h" + + #undef sense /* conflict in struct cdrom_generic_command */