Commit 710c45f6 by Paolo Carlini Committed by Paolo Carlini

macros.cc: Include the right header.

2007-02-25  Paolo Carlini  <pcarlini@suse.de>

	* testsuite/19_diagnostics/headers/cerrno/macros.cc: Include
	the right header.
	* testsuite/18_support/headers/cstdlib/macros.cc: Likewise.

From-SVN: r122312
parent e133c867
2007-02-25 Paolo Carlini <pcarlini@suse.de>
* testsuite/19_diagnostics/headers/cerrno/macros.cc: Include
the right header.
* testsuite/18_support/headers/cstdlib/macros.cc: Likewise.
2007-02-23 Paolo Carlini <pcarlini@suse.de> 2007-02-23 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/25896 PR libstdc++/25896
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, // Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
// USA. // USA.
#include <cstddef> #include <cstdlib>
namespace gnu namespace gnu
{ {
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, // Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
// USA. // USA.
#include <cassert> #include <cerrno>
namespace gnu namespace gnu
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment