Changeset 7786 for lang/c

Show
Ignore:
Timestamp:
03/11/08 04:00:15 (5 years ago)
Author:
frsyuki
Message:

lang/c/mpio: fix typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/c/mpio/trunk/mp/functional.h

    r7785 r7786  
    1414#ifdef MP_FUNCTIONAL_BOOST_ORG 
    1515#include <boost/function.hpp> 
    16 #include <boost/boost.hpp> 
     16#include <boost/bind.hpp> 
    1717namespace mp { 
    1818        using boost::function;