mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:37:35 +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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue