Fix issue 74 (FTBFS on Fedora 40)

Signed-off-by: François Andriot <francois.andriot@free.fr>
pull/75/head
François Andriot 3 weeks ago
parent 39912346d4
commit fcfa466de2

@ -28,6 +28,7 @@ if( WITH_KSCD_CDDA AND NOT BUILD_CDDA )
#include <linux/cdrom.h>
#undef asm
#undef inline
#include <sys/ioctl.h>
int main() {
#if defined(__linux__)

@ -25,6 +25,7 @@
* Linux CDDA functions. Derived from the SUN module.
*/
#include <stdlib.h>
#include "include/wm_cdda.h"
#if defined(__linux__) && defined(BUILD_CDDA)

Loading…
Cancel
Save