Created attachment 129097 [details] [review] fix-unknown-fd_set.patch - Include sys/select.h in utils/swi-update.c to fix unknown type name 'fd_set' - fixes building under musl-libc in Alpine Linux: - https://github.com/alpinelinux/aports/pull/781 --- --- libqmi-1.17.900/utils/swi-update.c +++ libqmi-1.17.900/utils/swi-update.c.new @@ -40,6 +40,7 @@ #include <stdlib.h> #include <string.h> #include <sys/stat.h> +#include <sys/select.h> #include <termios.h> #include <unistd.h>
Thanks, pushed to git master.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.