Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-09-16 18:13:03


Author: grafik
Date: 2007-09-16 18:13:02 EDT (Sun, 16 Sep 2007)
New Revision: 39332
URL: http://svn.boost.org/trac/boost/changeset/39332

Log:
Fix undeclared INT_MAX on some platforms, i.e. Linux.
Text files modified:
   trunk/tools/jam/src/expand.c | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: trunk/tools/jam/src/expand.c
==============================================================================
--- trunk/tools/jam/src/expand.c (original)
+++ trunk/tools/jam/src/expand.c 2007-09-16 18:13:02 EDT (Sun, 16 Sep 2007)
@@ -11,11 +11,12 @@
 # include "pathsys.h"
 # include "newstr.h"
 # include <assert.h>
+# include <stdlib.h>
+# include <stdio.h>
 
 # ifdef OS_CYGWIN
 # include <sys/cygwin.h>
 # include <windows.h>
-# include <stdlib.h>
 # 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