1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Fix FTBFS on hurd-i386
Fixes FTBFS on hurd-i386 due to the usage of a linux
based header
Author: Samuel Thibault <[email protected]>
Forwarded: no
Last-Update: 2016-11-03
--- a/cdrom.h
b/cdrom.h
@@ -30,6 30,10 @@
#include <linux/cdrom.h>
#endif
#ifdef __GNU__
#include <sys/cdrom.h>
#endif
#ifdef sun
#include <sys/cdio.h>
#endif
|