Merge "Fix <endian.h> and <sys/endian.h>."

This commit is contained in:
Elliott Hughes
2012-12-11 17:18:58 -08:00
committed by Gerrit Code Review
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