--- progress/progress.c 2019-09-06 19:43:06.150151728 +0800 +++ progress_mod/progress.c 2019-09-08 10:27:05.529574702 +0800 @@ -32,7 +32,20 @@ #include #include -#include +/* +*#include +*Android without wordexp support +*/ +typedef struct { + size_t we_wordc; + char **we_wordv; + size_t we_offs; +} wordexp_t; +static inline int wordexp(const char *c, wordexp_t *w, int _i) +{ + return -1; +} + #include #include