Fix typo...

From-SVN: r94843
This commit is contained in:
Mike Stump 2005-02-10 19:21:33 +00:00
parent b77647dff8
commit f00485cc36

View file

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