mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 14:14:45 +03:00
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:
parent
ff1cc430e2
commit
f67f8fdbf2
Notes:
sideshowbarker
2024-07-18 23:52:45 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/f67f8fdbf2e Pull-request: https://github.com/SerenityOS/serenity/pull/4939
@ -33,6 +33,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#ifndef SOCK_NONBLOCK
|
||||
# include <fcntl.h>
|
||||
# include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user