commit | adf9339e1a6c58f47df8b23826149a29f960bac7 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Oct 05 17:31:52 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Oct 05 17:31:52 2018 -0700 |
tree | dd1a33e69ab50ac3a928d57092541ee8ee908dcf | |
parent | ac59303f5eb3de5e606f4db6ecffda79bfaa31a3 [diff] | |
parent | 773c697f815d43182adf1eb430f4899255088d6b [diff] |
Merge "<sys/param.h>: pollute the namespace with <endian.h>." am: 773c697f81 Change-Id: Ia39030966521ed2f9b90fda2417c1ba345f96cb7
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>