Fix typo...
From-SVN: r94843
This commit is contained in:
parent
b77647dff8
commit
f00485cc36
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue