* include/wchar.h: Define __need_size_t.

This commit is contained in:
Christopher Faylor 2002-06-08 16:55:47 +00:00
parent bdc9d6f5bf
commit 2e2dcba320
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-06-08 Christopher Faylor <cgf@redhat.com>
* include/wchar.h: Define __need_size_t.
2002-06-07 Christopher Faylor <cgf@redhat.com>
* fhandler_socket.cc (fhandler_socket::fstat): Don't assume that socket

View File

@ -16,6 +16,7 @@ details. */
/* Get wchar_t and wint_t from <stddef.h>. */
#define __need_wchar_t
#define __need_wint_t
#define __need_size_t
#include <stddef.h>
__BEGIN_DECLS