2001-06-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_std/bits/std_cstdio.h: Include cstddef for size_t.
From-SVN: r43128
-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.
#ifndef _CPP_CSTDIO
#define _CPP_CSTDIO 1
+#include <bits/std_cstddef.h>
+
#pragma GCC system_header
#include_next <stdio.h>