Kaydet (Commit) 07e24bdc authored tarafından Luboš Luňák's avatar Luboš Luňák

__BYTE_ORDER was used without the relevant #include

Change-Id: I4e4d10c1c82834608b14aae62f02e5859d10114d
üst d965698e
......@@ -40,6 +40,7 @@
#if defined(__linux) || defined(__OpenBSD__) || \
defined(__FreeBSD__) || defined(__NetBSD__) || \
defined(__DragonFly__) || defined(__FreeBSD_kernel__)
#include <sys/param.h>
#if __BYTE_ORDER == __LITTLE_ENDIAN
#define CORE_BIG_ENDIAN 0
#define CORE_LITTLE_ENDIAN 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment