Re: [E-devel] [PATCH] e16-epplets: fix build with must
Kim Woelders <[email protected]> Mon, 1 Aug 2022 19:38:18 +0200
| Newsgroups | gmane.comp.window-managers.enlightenment.devel |
|---|---|
| Message-ID | <[email protected]> |
On 8/1/22 12:05, Andrew Savchenko wrote: > Hi! > > The following patch fixes a small problem with building e16-epplets > on musl: due to missing <sys/select.h> header struct `fd_set` gets > undefined. Looks like this header is indirectly included by other > mentioned headers in glibc, but not in musl. > > This patch is for 0.17 or git HEAD. Original bugreport is here: > https://bugs.gentoo.org/show_bug.cgi?id=833163 > Pushed, thanks :) /Kim