X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..ca66cea69e6e866fd781ae2260d9474bdd48f2ca:/libsa/strrchr.c diff --git a/libsa/strrchr.c b/libsa/strrchr.c index 1e4f89fc0..d41768813 100644 --- a/libsa/strrchr.c +++ b/libsa/strrchr.c @@ -66,6 +66,8 @@ /* static char sccsid[] = "@(#)rindex.c 8.1 (Berkeley) 6/4/93"; */ #endif /* LIBC_SCCS and not lint */ +#include + __private_extern__ char * strrchr(const char *cp, int ch) { char *save;