aboutsummaryrefslogtreecommitdiff
path: root/tools/build/cross-build/include/linux/sys/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/cross-build/include/linux/sys/param.h')
-rw-r--r--tools/build/cross-build/include/linux/sys/param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/cross-build/include/linux/sys/param.h b/tools/build/cross-build/include/linux/sys/param.h
index 33679d39ed49..3b29b9ef8430 100644
--- a/tools/build/cross-build/include/linux/sys/param.h
+++ b/tools/build/cross-build/include/linux/sys/param.h
@@ -45,3 +45,5 @@
* let's use 32 since that will work across all systems
*/
#define MAXLOGNAME 33 /* max login name length (incl. NUL) */
+
+#include <sys/types.h>