[LIBC_]: Do include string.h.

This commit is contained in:
Jim Meyering 1995-05-21 13:16:49 +00:00
parent 1273f3e0d1
commit c2e14186db
1 changed files with 4 additions and 0 deletions

View File

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