am 46afef32: am 9b1e2a14: am 3557f2f6: Merge "Fix <sys/endian.h> uint32_t build failures."

* commit '46afef329fee8de35d092e3f1e635d11d6f6e91d':
  Fix <sys/endian.h> uint32_t build failures.
This commit is contained in:
Elliott Hughes
2014-05-14 01:56:31 +00:00
committed by Android Git Automerger

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