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

Change-Id: I833b51318f0bf7749073859b7ffacc668c27558e
This commit is contained in:
Elliott Hughes 2014-05-13 18:42:12 -07:00
parent 17f8ef87b5
commit 135b103fd9
1 changed files with 2 additions and 0 deletions

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