Update of /cvsroot/boost/boost/tools/jam/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7679

Modified Files:
        builtins.c lists.h make1.c 
Log Message:
Correct includes per #1056.

Index: builtins.c
===================================================================
RCS file: /cvsroot/boost/boost/tools/jam/src/builtins.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- builtins.c  10 Sep 2006 18:14:50 -0000      1.52
+++ builtins.c  11 Jul 2007 18:21:15 -0000      1.53
@@ -23,6 +23,7 @@
 # include "compile.h"
 # include "native.h"
 # include "variable.h"
+# include "timestamp.h"
 # include <ctype.h>
 
 /*
@@ -58,7 +59,6 @@
 
 int glob( char *s, char *c );
 
-void lol_build( LOL* lol, char** elements );
 void backtrace( FRAME *frame );
 void backtrace_line( FRAME *frame );
 void print_source_line( PARSE* p );

Index: lists.h
===================================================================
RCS file: /cvsroot/boost/boost/tools/jam/src/lists.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- lists.h     1 Jun 2004 05:42:35 -0000       1.10
+++ lists.h     11 Jul 2007 18:21:15 -0000      1.11
@@ -91,6 +91,7 @@
 void   lol_free( LOL *lol );
 LIST * lol_get( LOL *lol, int i );
 void   lol_print( LOL *lol );
+void    lol_build( LOL* lol, char** elements );
 
 #endif
 

Index: make1.c
===================================================================
RCS file: /cvsroot/boost/boost/tools/jam/src/make1.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- make1.c     16 Jun 2007 20:52:36 -0000      1.33
+++ make1.c     11 Jul 2007 18:21:15 -0000      1.34
@@ -60,6 +60,7 @@
 # include "make.h"
 # include "command.h"
 # include "execcmd.h"
+# include "compile.h"
 
 # include <stdlib.h>
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to