LibCore: Include fcntl.h in more places that we use fcntl for Lagom

Looks like it's more than just TcpServer where we do this :)
This commit is contained in:
Andrew Kaster 2021-01-13 03:45:48 -07:00 committed by Andreas Kling
parent ff1cc430e2
commit f67f8fdbf2
Notes: sideshowbarker 2024-07-18 23:52:45 +09:00

View file

@ -33,6 +33,7 @@
#include <unistd.h>
#ifndef SOCK_NONBLOCK
# include <fcntl.h>
# include <sys/ioctl.h>
#endif