svn commit: r240297 - head/include

David Xu davidxu at FreeBSD.org
Mon Sep 10 05:12:46 UTC 2012


Author: davidxu
Date: Mon Sep 10 05:12:45 2012
New Revision: 240297
URL: http://svn.freebsd.org/changeset/base/240297

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

Modified:
  head/include/mqueue.h

Modified: head/include/mqueue.h
==============================================================================
--- head/include/mqueue.h	Mon Sep 10 05:09:39 2012	(r240296)
+++ head/include/mqueue.h	Mon Sep 10 05:12:45 2012	(r240297)
@@ -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


More information about the svn-src-all mailing list