mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
retro_endianness.h - need to include stdlib.h for _byteswap_ulong/
_byteswap_short
This commit is contained in:
parent
2b9d70a672
commit
e514c30d0f
@ -25,6 +25,7 @@
|
||||
|
||||
#include <retro_inline.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if defined(__llvm__) || (defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__) >= 403)
|
||||
#define SWAP16 __builtin_bswap16
|
||||
|
Loading…
x
Reference in New Issue
Block a user