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

pull/3497/head
unknown 1 week ago
parent 3f03542d2e
commit cab8c5900e

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

Loading…
Cancel
Save