Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62780 - trunk/boost/test/impl
From: steven_at_[hidden]
Date: 2010-06-10 21:33:46


Author: steven_watanabe
Date: 2010-06-10 21:33:45 EDT (Thu, 10 Jun 2010)
New Revision: 62780
URL: http://svn.boost.org/trac/boost/changeset/62780

Log:
#include <osreldate.h> on FreeBSD. Fixes #3897
Text files modified:
   trunk/boost/test/impl/execution_monitor.ipp | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/boost/test/impl/execution_monitor.ipp
==============================================================================
--- trunk/boost/test/impl/execution_monitor.ipp (original)
+++ trunk/boost/test/impl/execution_monitor.ipp 2010-06-10 21:33:45 EDT (Thu, 10 Jun 2010)
@@ -127,6 +127,8 @@
 
 # if defined(__FreeBSD__)
 
+# include <osreldate.h>
+
 # ifndef SIGPOLL
 # define SIGPOLL SIGIO
 # endif


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk