Include 86box.h in the two dummy CD-ROM IOCTL files, fixes compile on Linux and Mac.

This commit is contained in:
OBattler
2025-12-23 01:20:26 +01:00
parent 0c6f43cd55
commit 77596d3623
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
#include <stdlib.h>
#include <wchar.h>
#define HAVE_STDARG_H
#include <86box/86box.h>
#include <86box/scsi_device.h>
#include <86box/cdrom.h>
#include <86box/log.h>

View File

@@ -24,6 +24,7 @@
#include <stdlib.h>
#include <wchar.h>
#define HAVE_STDARG_H
#include <86box/86box.h>
#include <86box/scsi_device.h>
#include <86box/cdrom.h>
#include <86box/log.h>