* libc/include/string.h: Include sys/cdefs.h.

This commit is contained in:
Corinna Vinschen 2011-03-03 11:11:41 +00:00
parent 977cd4175e
commit 4b43b20be8
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -9,6 +9,7 @@
#include "_ansi.h"
#include <sys/reent.h>
#include <sys/cdefs.h>
#define __need_size_t
#include <stddef.h>