Skip to content

Commit 8ee7f51

Browse files
Copilotclauspruefer
andcommitted
Add missing headers and finalize Unix domain socket implementation
Co-authored-by: clauspruefer <17313789+clauspruefer@users.noreply.github.com>
1 parent 3a71b20 commit 8ee7f51

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Server.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#include <arpa/inet.h>
77
#include <netinet/in.h>
88
#include <netinet/tcp.h>
9+
#include <fcntl.h>
10+
#include <cerrno>
911

1012
#include <poll.h>
1113
#include <thread>

0 commit comments

Comments
 (0)