diff --git a/include/ac/string.h b/include/ac/string.h index 147976fc68..c759f3a3d4 100644 --- a/include/ac/string.h +++ b/include/ac/string.h @@ -11,6 +11,8 @@ # define strrchr rindex # endif char *strchr (), *strrchr (); + char *strcpy (), *strncpy (), *strcat (), *strncat (); + int strcmp (), strncmp (), memcmp (); # ifndef HAVE_MEMCPY # define memcpy(d, s, n) bcopy ((s), (d), (n))