Fix the following error: broadcast.c:41:21: error: '__UT_LINESIZE' undeclared (first use in this function); did you mean 'UT_LINESIZE'? #define UT_LINESIZE __UT_LINESIZE ^~~~~~~~~~ Constant UT_LINESIZE is defined in provided by musl. --- a/src/rc/broadcast.c +++ b/src/rc/broadcast.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include