* libc/include/string.h: Include sys/cdefs.h.
This commit is contained in:
parent
977cd4175e
commit
4b43b20be8
|
@ -1,3 +1,7 @@
|
|||
2011-03-03 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* libc/include/string.h: Include sys/cdefs.h.
|
||||
|
||||
2011-03-03 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* libc/include/sys/cdefs.h (__CONCAT1): Define.
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include "_ansi.h"
|
||||
#include <sys/reent.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#define __need_size_t
|
||||
#include <stddef.h>
|
||||
|
|
Loading…
Reference in New Issue