Merge "Fix <sys/endian.h> uint32_t build failures."

This commit is contained in:
Elliott Hughes 2014-05-14 01:43:15 +00:00 committed by Gerrit Code Review
commit 3557f2f61b

View File

@ -39,6 +39,8 @@
#include <sys/cdefs.h>
#include <machine/endian.h>
#include <stdint.h>
#define _LITTLE_ENDIAN 1234
#define _BIG_ENDIAN 4321
#define _PDP_ENDIAN 3412