commit | 00dda09c08a525db748348ff55e0ad1854605da8 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Oct 05 14:54:48 2018 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Oct 05 14:54:48 2018 -0700 |
tree | dd1a33e69ab50ac3a928d57092541ee8ee908dcf | |
parent | 9ebcb013b192a9f882a2c06f83b39c682be74a64 [diff] |
<sys/param.h>: pollute the namespace with <endian.h>. glibc does, and autoconf relies on that for its AC_C_BIGENDIAN test. Bug: N/A Test: N/A Change-Id: I3acaaf0d7a69e8ed4e64239e4fe7f21c7001e717
diff --git a/libc/include/sys/param.h b/libc/include/sys/param.h index 4a83e9d..5cde4b7 100644 --- a/libc/include/sys/param.h +++ b/libc/include/sys/param.h
@@ -33,6 +33,7 @@ * @brief Various macros. */ +#include <endian.h> #include <limits.h> #include <linux/param.h> #include <sys/cdefs.h>