summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/linux
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux')
-rw-r--r--newlib/libc/sys/linux/include/mqueue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/sys/linux/include/mqueue.h b/newlib/libc/sys/linux/include/mqueue.h
index 1cdc095ec..734ccfe47 100644
--- a/newlib/libc/sys/linux/include/mqueue.h
+++ b/newlib/libc/sys/linux/include/mqueue.h
@@ -9,6 +9,8 @@
#define __need_sigevent_t 1
#include <bits/siginfo.h>
+#include <sys/fcntl.h>
+
/* message queue types */
typedef int mqd_t;