--- ncdu-1.11/src/shell.c +++ ncdu-1.11-uclibc/src/shell.c @@ -32,6 +32,9 @@ #include #include #include +#ifdef __UCLIBC__ +#include +#endif void shell_draw() { char *full_path;