diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-10 07:42:25 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-10 07:42:25 +0000 |
commit | f6764a775b4f41c680035faed75b4df0b440748e (patch) | |
tree | 2013b773c12bad906b610cdddfb2408421047eb8 /libstdc++-v3 | |
parent | 072756c827d6ba3a42872d40f79fbba4a4035b57 (diff) | |
download | gcc-f6764a775b4f41c680035faed75b4df0b440748e.tar.gz |
2001-06-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_std/bits/std_cstdio.h: Include cstddef for size_t.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43128 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 7 | ||||
-rw-r--r-- | libstdc++-v3/include/c_std/bits/std_cstdio.h | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 018af2a12d9..e965442e707 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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. diff --git a/libstdc++-v3/include/c_std/bits/std_cstdio.h b/libstdc++-v3/include/c_std/bits/std_cstdio.h index 08392245444..6e28031f96d 100644 --- a/libstdc++-v3/include/c_std/bits/std_cstdio.h +++ b/libstdc++-v3/include/c_std/bits/std_cstdio.h @@ -34,6 +34,8 @@ #ifndef _CPP_CSTDIO #define _CPP_CSTDIO 1 +#include <bits/std_cstddef.h> + #pragma GCC system_header #include_next <stdio.h> |