# HG changeset patch # User Rob Landley # Date 1166806319 18000 # Node ID 74a09b4b2d575649c477951a0eec6a84da6d37da # Parent f510ed16a6a03ed2c6568a011d94972d2bd865d0 #include for index and rindex. Some build environments distinguish between string.h and strings.h. *shrug* diff -r f510ed16a6a0 -r 74a09b4b2d57 sources/toys/gcc-uClibc.c --- a/sources/toys/gcc-uClibc.c Wed Dec 20 12:10:43 2006 -0500 +++ b/sources/toys/gcc-uClibc.c Fri Dec 22 11:51:59 2006 -0500 @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include