[PATCH 52/98] include/uapi/linux/mqueue.h: include linux/types.h
From: Mikko Rapeli <hidden>
Date: 2015-05-30 16:21:21
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Mikko Rapeli <hidden>
Date: 2015-05-30 16:21:21
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
Fixes userspace compile error: error: unknown type name ‘__kernel_long_t’ __kernel_long_t mq_flags; /* message queue flags */ Signed-off-by: Mikko Rapeli <redacted> --- include/uapi/linux/mqueue.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/uapi/linux/mqueue.h b/include/uapi/linux/mqueue.h
index d0a2b8e..bbd5116 100644
--- a/include/uapi/linux/mqueue.h
+++ b/include/uapi/linux/mqueue.h@@ -18,6 +18,8 @@ #ifndef _LINUX_MQUEUE_H #define _LINUX_MQUEUE_H +#include <linux/types.h> + #define MQ_PRIO_MAX 32768 /* per-uid limit of kernel memory used by mqueue, in bytes */ #define MQ_BYTES_MAX 819200
--
2.1.4