--- ./lib/stdio-impl.h 2021-10-30 16:01:14.636375086 +0530 +++ ./lib/stdio-impl.h.mod 2021-10-30 16:01:32.306375079 +0530 @@ -26,6 +26,10 @@ # include #endif +#if defined __ANDROID__ +#include +#endif + #include /* For detecting Plan9. */ #if defined __sferror || defined __DragonFly__ || defined __ANDROID__