POSIX requires sigevent to be visible after mqueue.h is included.

This commit is contained in:
David Xu 2012-09-10 05:12:45 +00:00
parent c80e6375ea
commit 7fa52c2f45
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240297

View file

@ -32,8 +32,8 @@
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/mqueue.h>
#include <sys/signal.h>
struct sigevent;
struct timespec;
__BEGIN_DECLS