diff options
Diffstat (limited to 'print/kover/files/patch-cdrom.h')
-rw-r--r-- | print/kover/files/patch-cdrom.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/kover/files/patch-cdrom.h b/print/kover/files/patch-cdrom.h new file mode 100644 index 000000000000..44e52a2bbfa6 --- /dev/null +++ b/print/kover/files/patch-cdrom.h @@ -0,0 +1,13 @@ +--- kover/cdrom.h.orig Mon Dec 29 03:57:18 2003 ++++ kover/cdrom.h Mon Dec 29 03:57:39 2003 +@@ -41,6 +41,10 @@ + #include <sys/types.h> + #include <sys/stat.h> + ++#ifdef __FreeBSD__ ++#include <sys/cdio.h> ++#endif ++ + #ifdef HAVE_LINUX_CDROM_H + #include <linux/cdrom.h> + #endif |