diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/mq_open.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/mq_open.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/mq_open.c b/sysdeps/unix/sysv/linux/mq_open.c index ce5f5e9959..d8926a73a7 100644 --- a/sysdeps/unix/sysv/linux/mq_open.c +++ b/sysdeps/unix/sysv/linux/mq_open.c @@ -19,6 +19,7 @@ #include <errno.h> #include <mqueue.h> #include <stdarg.h> +#include <stddef.h> #include <sysdep.h> #ifdef __NR_mq_open |