Fri Mar 10 16:09:20 2000 Jeff Johnston <jjohnstn@cygnus.com>
* libc/include/string.h: Include <sys/types.h>.
This commit is contained in:
parent
2dc5e3a364
commit
5ed2f523e5
|
@ -1,3 +1,7 @@
|
|||
Fri Mar 10 16:09:20 2000 Jeff Johnston <jjohnstn@cygnus.com>
|
||||
|
||||
* libc/include/string.h: Include <sys/types.h>.
|
||||
|
||||
Fri Mar 10 14:53:50 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
||||
|
||||
* libc/stdio/putw.c (putw): Return 0 on success, to be compliant
|
||||
|
|
|
@ -13,6 +13,7 @@ extern "C" {
|
|||
|
||||
#include "_ansi.h"
|
||||
#include <sys/reent.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#define __need_size_t
|
||||
#include <stddef.h>
|
||||
|
|
Loading…
Reference in New Issue