mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 19:09:46 +08:00
std_cstdio.h: Include cstddef for size_t.
2001-06-10 Benjamin Kosnik <bkoz@redhat.com> * include/c_std/bits/std_cstdio.h: Include cstddef for size_t. From-SVN: r43128
This commit is contained in:
parent
6651f4c1b9
commit
680cd9ed7b
@ -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.
|
||||
|
@ -34,6 +34,8 @@
|
||||
#ifndef _CPP_CSTDIO
|
||||
#define _CPP_CSTDIO 1
|
||||
|
||||
#include <bits/std_cstddef.h>
|
||||
|
||||
#pragma GCC system_header
|
||||
#include_next <stdio.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user