Fix typo...

From-SVN: r94843
This commit is contained in:
Mike Stump 2005-02-10 19:21:33 +00:00
parent b77647dff8
commit f00485cc36
1 changed files with 1 additions and 1 deletions

View File

@ -29,10 +29,10 @@
// the GNU General Public License.
#include "new"
#include <bits/c++config.h>
#if _GLIBCXX_HOSTED
#include <cstdlib>
#endif
#include <bits/c++config.h>
#if _GLIBCXX_HOSTED
using std::free;