OSDN Git Service

2003-07-02 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Wed, 2 Jul 2003 17:34:20 +0000 (17:34 +0000)
committerjjohnstn <jjohnstn>
Wed, 2 Jul 2003 17:34:20 +0000 (17:34 +0000)
        * libc/sys/linux/include/mqueue.h: Add include of <sys/fcntl.h>.

newlib/ChangeLog
newlib/libc/sys/linux/include/mqueue.h

index 350b869..b33fe6f 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-02  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * libc/sys/linux/include/mqueue.h: Add include of <sys/fcntl.h>.
+
 2003-06-27  Jose Goncalves  <jose.goncalves@inov.pt>
 
        * libc/sys/linux/mq_open.c (mq_open): Only set created flag
index 1cdc095..734ccfe 100644 (file)
@@ -9,6 +9,8 @@
 #define __need_sigevent_t 1
 #include <bits/siginfo.h>
 
+#include <sys/fcntl.h>
+
 /* message queue types */
 typedef int mqd_t;