mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-10 18:05:28 +00:00
- Added define for OpenBSD (sys/endian.h)
This commit is contained in:
parent
74fb74ebd9
commit
1fad5bfb19
|
@ -59,7 +59,7 @@ static int wsa_init_done = 0;
|
|||
#include <netdb.h>
|
||||
#include <errno.h>
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#if defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
#include <sys/endian.h>
|
||||
#elif defined(__APPLE__)
|
||||
#include <machine/endian.h>
|
||||
|
|
Loading…
Reference in a new issue