Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-11-02 13:40:11


Author: johnmaddock
Date: 2007-11-02 13:40:10 EDT (Fri, 02 Nov 2007)
New Revision: 40688
URL: http://svn.boost.org/trac/boost/changeset/40688

Log:
Added one more needed #include (stdlib.h for mkstemp).
Text files modified:
   trunk/boost/test/impl/debug.ipp | 1 +
   1 files changed, 1 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-02 13:40:10 EDT (Fri, 02 Nov 2007)
@@ -69,6 +69,7 @@
 # include <sys/wait.h>
 # include <sys/time.h>
 # include <stdio.h>
+# include <stdlib.h>
 
 # if defined(sun) || defined(__sun)
 


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