86f_dsk.h: Fix build error with certain libraries

This commit is contained in:
AJR 2024-10-15 22:03:56 -04:00
parent add6b45152
commit 83c3e33f96

View File

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