* config/c_io_stdio.h: Include stddef.h.
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Thu, 16 Nov 2000 17:45:11 +0000 (18:45 +0100)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Thu, 16 Nov 2000 17:45:11 +0000 (17:45 +0000)
From-SVN: r37502

libstdc++-v3/ChangeLog
libstdc++-v3/config/c_io_stdio.h

index 8d7f919d79bdefb9ed87d603353b037944cab9e1..4623257256b1c3a4988f891c44ae1dc3876aa464 100644 (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
index 0d2d26b7cf8140c46ef5f27b24a3d8e7e0a7162e..ae2277e83e710d38239d547cda5f5e098ea55aab 100644 (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