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:
Benjamin Kosnik 2001-06-10 07:42:25 +00:00
parent 6651f4c1b9
commit 680cd9ed7b
2 changed files with 8 additions and 1 deletions

View 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.

View 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>