1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:47:34 +00:00

LookupServer: Fix missing POSIX includes

This commit is contained in:
Jean-Baptiste Boric 2021-05-23 16:35:03 +02:00 committed by Andreas Kling
parent 5ced9a3dfb
commit 8e6241b78b
2 changed files with 2 additions and 1 deletions

View file

@ -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>