Fix: include <fcntl.h> in tcp_client.h to avoid compilation failures on Unix (#3497)

This commit is contained in:
maordadush
2025-12-15 09:46:34 +02:00
committed by GitHub
parent 3f03542d2e
commit d2100d5d0e

View File

@@ -17,6 +17,7 @@
#include <netinet/tcp.h>
#include <sys/socket.h>
#include <unistd.h>
#include <fcntl.h>
#include <string>