Hi, * Edgaras <dev...@gmail.com> [2012-08-14 11:40]: > I was trying to compile ii against musl, and I found that it seems ii.c is > missing include declaration namely > #include <sys/select.h> > otherwise fd_set is undefined and most likely select() too. I do not know how > it compiles with gnu libc, or maybe this is problem with musl and select.h > should be included from some other header file, I do not know.
/* According to POSIX.1-2001 */ #include <sys/select.h> /* According to earlier standards */ #include <sys/time.h> #include <sys/types.h> #include <unistd.h> Anyway, I added the include. Cheers Nico -- Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0AAAA For security reasons, all text in this mail is double-rot13 encrypted.
pgpnwm6aaOC36.pgp
Description: PGP signature