$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r74012 - sandbox/mmap/boost/mmap/handles
From: dsaritz_at_[hidden]
Date: 2011-08-23 03:15:54
Author: psiha
Date: 2011-08-23 03:15:54 EDT (Tue, 23 Aug 2011)
New Revision: 74012
URL: http://svn.boost.org/trac/boost/changeset/74012
Log:
Fixed a compiler error (an incorrect include).
Text files modified: 
   sandbox/mmap/boost/mmap/handles/handle.inl |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/mmap/boost/mmap/handles/handle.inl
==============================================================================
--- sandbox/mmap/boost/mmap/handles/handle.inl	(original)
+++ sandbox/mmap/boost/mmap/handles/handle.inl	2011-08-23 03:15:54 EDT (Tue, 23 Aug 2011)
@@ -15,5 +15,5 @@
 //------------------------------------------------------------------------------
 #include "../detail/impl_selection.hpp"
 
-#include BOOST_MMAP_IMPL_INCLUDE( ., handle.inl )
+#include BOOST_MMAP_IMPL_INCLUDE( ./, /handle.inl )
 //------------------------------------------------------------------------------