$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: bdawes_at_[hidden]
Date: 2008-06-28 09:20:58
Author: bemandawes
Date: 2008-06-28 09:20:58 EDT (Sat, 28 Jun 2008)
New Revision: 46807
URL: http://svn.boost.org/trac/boost/changeset/46807
Log:
fix header name
Text files modified: 
   trunk/libs/filesystem/example/mbpath.cpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/filesystem/example/mbpath.cpp
==============================================================================
--- trunk/libs/filesystem/example/mbpath.cpp	(original)
+++ trunk/libs/filesystem/example/mbpath.cpp	2008-06-28 09:20:58 EDT (Sat, 28 Jun 2008)
@@ -14,7 +14,7 @@
 # endif
 
 #include "mbpath.hpp"
-#include <cerrno>
+#include <boost/system/system_error.hpp>
 #include <boost/scoped_array.hpp>
 
 namespace fs = boost::filesystem;