$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: john_at_[hidden]
Date: 2007-11-01 10:01:45
Author: johnmaddock
Date: 2007-11-01 10:01:44 EDT (Thu, 01 Nov 2007)
New Revision: 40639
URL: http://svn.boost.org/trac/boost/changeset/40639
Log:
Added <stdio.h> and <sys/time.h> to the list of Unix-specific includes: these are needed by Sun's compiler, and for that matter, by Boost.Test to be std conforming.
Text files modified: 
   trunk/boost/test/impl/debug.ipp |     2 ++                                      
   1 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/boost/test/impl/debug.ipp
==============================================================================
--- trunk/boost/test/impl/debug.ipp	(original)
+++ trunk/boost/test/impl/debug.ipp	2007-11-01 10:01:44 EDT (Thu, 01 Nov 2007)
@@ -67,6 +67,8 @@
 #  include <sys/types.h>
 #  include <sys/stat.h>
 #  include <sys/wait.h>
+#  include <sys/time.h>
+#  include <stdio.h>
 
 #  if defined(sun) || defined(__sun)