Index: Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/libs/thread/build/Jamfile,v
retrieving revision 1.28
diff -u -r1.28 Jamfile
--- Jamfile	25 Jun 2004 20:17:19 -0000	1.28
+++ Jamfile	15 Jul 2004 15:16:19 -0000
@@ -49,6 +49,7 @@
           <template>thread_base
           ../src/$(CPP_SOURCES).cpp
         : ## requirements ##
+          <sysinclude>$(BOOST_ROOT) 
           <define>BOOST_THREAD_BUILD_LIB=1
           <runtime-link>static
           # the common names rule ensures that the library will
@@ -63,6 +64,7 @@
           <template>thread_base 
           ../src/$(CPP_SOURCES).cpp
         : ## requirements ##
+          <sysinclude>$(BOOST_ROOT) 
           <define>BOOST_THREAD_BUILD_DLL=1
           <runtime-link>dynamic
           # the common names rule ensures that the library will
