* testsuite/19_diagnostics/headers/cerrno/macros.cc: Include
the right header.
* testsuite/18_support/headers/cstdlib/macros.cc: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122312
138bc75d-0d04-0410-961f-
82ee72b054a4
+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>
PR libstdc++/25896
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
// USA.
-#include <cstddef>
+#include <cstdlib>
namespace gnu
{
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
// USA.
-#include <cassert>
+#include <cerrno>
namespace gnu
{