diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-07-02 17:34:20 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-07-02 17:34:20 +0000 |
commit | 4e989b11f32a76ac92f6c8e503751bc9ffb76fed (patch) | |
tree | c46047ea60936a627b7efd3e6ee8a42ff8662b15 /newlib | |
parent | f3ff0ca9edfd8386813cd05c7becd9b262857c76 (diff) | |
download | cygnal-4e989b11f32a76ac92f6c8e503751bc9ffb76fed.tar.gz cygnal-4e989b11f32a76ac92f6c8e503751bc9ffb76fed.tar.bz2 cygnal-4e989b11f32a76ac92f6c8e503751bc9ffb76fed.zip |
2003-07-02 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/include/mqueue.h: Add include of <sys/fcntl.h>.
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/libc/sys/linux/include/mqueue.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 350b8694b..b33fe6f19 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -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 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; |