* testsuite/util/testsuite_abi.h: Work around glibc BZ 9694.
authorJason Merrill <jason@redhat.com>
Sat, 5 Jun 2010 13:13:46 +0000 (09:13 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 5 Jun 2010 13:13:46 +0000 (09:13 -0400)
From-SVN: r160313

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/util/testsuite_abi.h

index c42c1bb..03b1d64 100644 (file)
@@ -1,3 +1,7 @@
+2010-06-04  Jason Merrill  <jason@redhat.com>
+
+       * testsuite/util/testsuite_abi.h: Work around glibc BZ 9694.
+
 2010-06-03  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * testsuite/util/testsuite_iterators.h: Don't include <cstddef>,
index ff413fd..cad40b6 100644 (file)
@@ -19,6 +19,8 @@
 
 // Benjamin Kosnik  <bkoz@redhat.com>
 
+// Include stddef now to work around glibc BZ 9694
+#include <stddef.h>
 #include <string>
 #include <stdexcept>
 #include <vector>