mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:37:34 +00:00
LookupServer: Fix missing POSIX includes
This commit is contained in:
parent
5ced9a3dfb
commit
8e6241b78b
2 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
#include <LibCore/LocalSocket.h>
|
||||
#include <LibCore/UDPSocket.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace LookupServer {
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
#include <AK/JsonValue.h>
|
||||
#include <AK/String.h>
|
||||
#include <LibCore/File.h>
|
||||
#include <limits.h>
|
||||
#include <poll.h>
|
||||
#include <sys/socket.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue