* config/c_io_stdio.h: Include libio.h.

From-SVN: r37495
This commit is contained in:
Mark Mitchell 2000-11-16 09:20:48 +00:00 committed by Mark Mitchell
parent 29120f4427
commit c135a22c31
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-11-16 Mark Mitchell <mark@codesourcery.com>
* config/c_io_stdio.h: Include libio.h.
Wed Nov 15 18:39:34 2000 Mark P Mitchell <mark@codesourcery.com>
* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Substitute libio_la.

View File

@ -35,6 +35,12 @@
#include <stdio.h>
#include <bits/c++threads.h>
#if _GLIBCPP_USE_WCHAR_T
// Even though we use the C stdio facilities for ordinary streams,
// we still use libio for wide-character support.
#include <libio.h>
#endif
namespace std {
// from fpos.h