mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
86f_dsk.h: Fix build error with certain libraries
This commit is contained in:
parent
add6b45152
commit
83c3e33f96
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user