Fix issue 74 (FTBFS on Fedora 40)

Signed-off-by: François Andriot <francois.andriot@free.fr>
(cherry picked from commit fcfa466de2)
r14.1.x r14.1.2
François Andriot 2 months ago committed by Slávek Banko
parent 1562f14876
commit 538f7a0ff5
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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