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

From-SVN: r37502
This commit is contained in:
Gerald Pfeifer 2000-11-16 18:45:11 +01:00 committed by Gerald Pfeifer
parent 2b8b5d02e6
commit cdb3cf8546
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-11-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* config/c_io_stdio.h: Include stddef.h.
2000-11-16 Mark Mitchell <mark@codesourcery.com>
* config/c_io_stdio.h (streamsize): Make it a typedef for

View File

@ -33,6 +33,7 @@
#define _CPP_IO_STDIO_H 1
#include <stdio.h>
#include <stddef.h>
#include <bits/c++threads.h>
#if _GLIBCPP_USE_WCHAR_T