mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
[LIBC_]: Do include string.h.
This commit is contained in:
parent
1273f3e0d1
commit
c2e14186db
@ -31,6 +31,10 @@ Cambridge, MA 02139, USA. */
|
||||
# define __ptr_t char *
|
||||
#endif /* C++ or ANSI C. */
|
||||
|
||||
#if defined (_LIBC)
|
||||
# include <string.h>
|
||||
#endif
|
||||
|
||||
#if defined (HAVE_LIMITS_H) || defined (_LIBC)
|
||||
# include <limits.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user