Commit 680cd9ed by Benjamin Kosnik

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
parent 6651f4c1
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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment