commit | 773c697f815d43182adf1eb430f4899255088d6b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Oct 06 00:17:35 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Oct 06 00:17:35 2018 +0000 |
tree | dd1a33e69ab50ac3a928d57092541ee8ee908dcf | |
parent | 9ebcb013b192a9f882a2c06f83b39c682be74a64 [diff] | |
parent | 00dda09c08a525db748348ff55e0ad1854605da8 [diff] |
Merge "<sys/param.h>: pollute the namespace with <endian.h>."
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>