]> git.saurik.com Git - apple/xnu.git/blobdiff - libsa/strrchr.c
xnu-1228.5.20.tar.gz
[apple/xnu.git] / libsa / strrchr.c
index 1e4f89fc0283aec96f95ce5f14e63a3c47f931c8..d41768813e9e1e85df2cac37d4f1607780aa8d45 100644 (file)
@@ -66,6 +66,8 @@
 /* static char sccsid[] = "@(#)rindex.c        8.1 (Berkeley) 6/4/93"; */
 #endif /* LIBC_SCCS and not lint */
 
+#include <libsa/stdlib.h>
+
 __private_extern__ char * strrchr(const char *cp, int ch)
 {
     char *save;