diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-06 16:46:47 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-06 16:46:47 -0700 |
commit | fc437084c77ad1ab578e3933c3b9f08ea20e2d59 (patch) | |
tree | 65ccf84eedefbd1ab57abeafdab74f646345609a /system/include/libc/endian.h | |
parent | ce6b7ea953dd0a974a0123e6674803a3b0b1f5a2 (diff) |
compilation and header fixes
Diffstat (limited to 'system/include/libc/endian.h')
-rw-r--r-- | system/include/libc/endian.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/include/libc/endian.h b/system/include/libc/endian.h new file mode 100644 index 00000000..e2ccbebb --- /dev/null +++ b/system/include/libc/endian.h @@ -0,0 +1,3 @@ + +#include "machine/endian.h" + |