am 4c4b08a3: Merge "Fix <endian.h> and <sys/endian.h>."

* commit '4c4b08a32eace878e4780ee340a57c43be950159':
  Fix <endian.h> and <sys/endian.h>.
This commit is contained in:
Elliott Hughes 2012-12-11 17:27:41 -08:00 committed by Android Git Automerger
commit 607bd47707
4 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#define _SYS_ENDIAN_H_ #define _SYS_ENDIAN_H_
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <machine/endian.h>
#include <machine/_types.h> #include <machine/_types.h>
#define _LITTLE_ENDIAN 1234 #define _LITTLE_ENDIAN 1234