Fix build

This commit is contained in:
RichardG867
2022-04-26 01:52:19 -03:00
parent 2e2adc6945
commit 0582c11e90
2 changed files with 4 additions and 1 deletions

View File

@@ -37,6 +37,8 @@
#include <86box/cdrom_image_backend.h>
#define CDROM_BCD(x) (((x) % 10) | (((x) / 10) << 4))
#define MAX_LINE_LENGTH 512
#define MAX_FILENAME_LENGTH 256
#define CROSS_LEN 512