]> gcc.gnu.org Git - gcc.git/commitdiff
std_cstdio.h: Include cstddef for size_t.
authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Sun, 10 Jun 2001 07:42:25 +0000 (07:42 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Sun, 10 Jun 2001 07:42:25 +0000 (07:42 +0000)
2001-06-10  Benjamin Kosnik  <bkoz@redhat.com>

* include/c_std/bits/std_cstdio.h: Include cstddef for size_t.

From-SVN: r43128

libstdc++-v3/ChangeLog
libstdc++-v3/include/c_std/bits/std_cstdio.h

index 018af2a12d92b1fe6bc1e91637c09afcb585e6b9..e965442e7073bf0134a302b0659ad672f76f2f66 100644 (file)
@@ -1,4 +1,9 @@
-2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
+2001-06-10  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * include/c_std/bits/std_cstdio.h: Include cstddef for size_t.
+
+2001-06-09  Alexandre Oliva  <aoliva@redhat.com> 
+           Stephen L Moshier  <moshier@mediaone.net>
 
        * acinclude.m4 (AC_EXEEXT): Work around in case it expands to
        nothing, as in autoconf 2.50.
index 083922454444f7d91653c972c5f7a6ccc7d5f700..6e28031f96d98af09fdc253c17e797a8ca9bbc9f 100644 (file)
@@ -34,6 +34,8 @@
 #ifndef _CPP_CSTDIO
 #define _CPP_CSTDIO 1
 
+#include <bits/std_cstddef.h>
+
 #pragma GCC system_header
 #include_next <stdio.h>
 
This page took 0.067808 seconds and 5 git commands to generate.