Hi, > Hi, build latest git head, error like: > > src/listener.c:361:5: warning: implicit declaration of function > 'fcntl' is invalid in C99 [-Wimplicit-function-declaration] > fcntl(cfd, F_SETFL, O_NONBLOCK); > > ^ > src/listener.c:361:16: error: use of undeclared identifier 'F_SETFL' > fcntl(cfd, F_SETFL, O_NONBLOCK);
Can you pull again, I think 95ccdde1f2 ("BUILD: listener: add fcntl.h
and unistd.h") will fix this.
Regards,
Lukas

