From 83c3e33f96949ad678e1ceaf6fa4d36af290d5c1 Mon Sep 17 00:00:00 2001 From: AJR Date: Tue, 15 Oct 2024 22:03:56 -0400 Subject: 86f_dsk.h: Fix build error with certain libraries --- src/lib/formats/86f_dsk.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/formats/86f_dsk.h b/src/lib/formats/86f_dsk.h index 097ff68e576..370a4cf4565 100644 --- a/src/lib/formats/86f_dsk.h +++ b/src/lib/formats/86f_dsk.h @@ -14,6 +14,9 @@ #include "flopimg.h" +// workaround for conflict with glibc/bits/endian.h +#undef BIG_ENDIAN + class _86f_format : public floppy_image_format_t { public: -- cgit v1.2.3