mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Correct inclusion of sys/endian.h on NetBSD
This commit is contained in:
@@ -115,11 +115,11 @@
|
||||
#define _BSD_SOURCE
|
||||
#include <endian.h>
|
||||
|
||||
#elif defined(__OpenBSD__)
|
||||
#elif defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
|
||||
#include <sys/endian.h>
|
||||
|
||||
#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
#elif defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
|
||||
#include <sys/endian.h>
|
||||
|
||||
|
Reference in New Issue
Block a user