Fix issue 74 (FTBFS on Fedora 40)

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

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

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

Loading…
Cancel
Save