mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
- Added compat for sun in net.c
This commit is contained in:
@ -63,6 +63,8 @@ static int wsa_init_done = 0;
|
|||||||
#include <sys/endian.h>
|
#include <sys/endian.h>
|
||||||
#elif defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
#include <machine/endian.h>
|
#include <machine/endian.h>
|
||||||
|
#elif defined(sun)
|
||||||
|
#include <sys/isa_defs.h>
|
||||||
#else
|
#else
|
||||||
#include <endian.h>
|
#include <endian.h>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user