diff --git a/headers/posix/string.h b/headers/posix/string.h index 34d66bdf06..6f19108379 100644 --- a/headers/posix/string.h +++ b/headers/posix/string.h @@ -74,6 +74,10 @@ extern char *strupr(char *string); extern const char *strsignal(int signum); +/* for compatibility, pull in functions declared in strings.h */ +#include + + #ifdef __cplusplus } #endif