compile fix

This commit is contained in:
folkert van heusden 2024-05-16 22:22:42 +02:00
parent 7e277a87e1
commit 6c03218b29
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -19,11 +19,13 @@
#include <arpa/inet.h> #include <arpa/inet.h>
#include <sys/socket.h> #include <sys/socket.h>
#endif #endif
#include <cstring>
#if IS_POSIX #if IS_POSIX
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#include <termios.h> #include <termios.h>
#include <thread> #include <thread>
#include <unistd.h>
#endif #endif
#include "comm_tcp_socket.h" #include "comm_tcp_socket.h"