From 1f4ae9be579b9636091f4e536656bc52fa6f4a3a Mon Sep 17 00:00:00 2001 From: David Xu Date: Wed, 30 Nov 2005 07:26:36 +0000 Subject: Fix compiling for c++, include cdefs.h. --- include/mqueue.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/mqueue.h b/include/mqueue.h index ac32b80de58b7..2c97451ae4dc2 100644 --- a/include/mqueue.h +++ b/include/mqueue.h @@ -29,12 +29,14 @@ #ifndef _MQUEUE_H_ #define _MQUEUE_H_ +#include #include #include struct sigevent; struct timespec; +__BEGIN_DECLS int mq_close(mqd_t); int mq_getattr(mqd_t, struct mq_attr *); int mq_notify(mqd_t, const struct sigevent *); @@ -48,4 +50,5 @@ ssize_t mq_timedreceive(mqd_t, char *__restrict, size_t, int mq_timedsend(mqd_t, const char *, size_t, unsigned, const struct timespec *); int mq_unlink(const char *); +__END_DECLS #endif -- cgit v1.3